summaryrefslogtreecommitdiff
path: root/test/parallel/test-whatwg-url-inspect.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-whatwg-url-inspect.js')
-rw-r--r--test/parallel/test-whatwg-url-inspect.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/parallel/test-whatwg-url-inspect.js b/test/parallel/test-whatwg-url-inspect.js
index 8db1a20e5b..5758b39b8a 100644
--- a/test/parallel/test-whatwg-url-inspect.js
+++ b/test/parallel/test-whatwg-url-inspect.js
@@ -1,16 +1,15 @@
'use strict';
const common = require('../common');
-const util = require('util');
-const URL = require('url').URL;
-const assert = require('assert');
-
if (!common.hasIntl) {
// A handful of the tests fail when ICU is not included.
common.skip('missing Intl');
- return;
}
+const util = require('util');
+const URL = require('url').URL;
+const assert = require('assert');
+
// Tests below are not from WPT.
const url = new URL('https://username:password@host.name:8080/path/name/?que=ry#hash');