summaryrefslogtreecommitdiff
path: root/test/parallel/test-whatwg-url-historical.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-whatwg-url-historical.js')
-rw-r--r--test/parallel/test-whatwg-url-historical.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/parallel/test-whatwg-url-historical.js b/test/parallel/test-whatwg-url-historical.js
index 0f7c0e70cd..7848b1c187 100644
--- a/test/parallel/test-whatwg-url-historical.js
+++ b/test/parallel/test-whatwg-url-historical.js
@@ -1,14 +1,13 @@
'use strict';
const common = require('../common');
-const URL = require('url').URL;
-const { test, assert_equals, assert_throws } = require('../common/wpt');
-
if (!common.hasIntl) {
// A handful of the tests fail when ICU is not included.
common.skip('missing Intl');
- return;
}
+const URL = require('url').URL;
+const { test, assert_equals, assert_throws } = require('../common/wpt');
+
/* eslint-disable */
/* WPT Refs:
https://github.com/w3c/web-platform-tests/blob/8791bed/url/historical.html