summaryrefslogtreecommitdiff
path: root/test/parallel/test-whatwg-url-constructor.js
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-02-17 20:32:40 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2017-02-21 11:04:58 +0800
commit795e4fd66dd9f3558d1563a4949567c485849d58 (patch)
treed66223179e908fdace16852accd118b212fba102 /test/parallel/test-whatwg-url-constructor.js
parent3e6f1032a4fdb8ca7fba02c7d2103fba68c0ee1f (diff)
downloadandroid-node-v8-795e4fd66dd9f3558d1563a4949567c485849d58.tar.gz
android-node-v8-795e4fd66dd9f3558d1563a4949567c485849d58.tar.bz2
android-node-v8-795e4fd66dd9f3558d1563a4949567c485849d58.zip
test: remove WHATWG URL test data file extension
Make url-tests a js file so we can comment out incompatible tests PR-URL: https://github.com/nodejs/node/pull/11439 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/parallel/test-whatwg-url-constructor.js')
-rw-r--r--test/parallel/test-whatwg-url-constructor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-whatwg-url-constructor.js b/test/parallel/test-whatwg-url-constructor.js
index ffcc022d31..3b567f4a94 100644
--- a/test/parallel/test-whatwg-url-constructor.js
+++ b/test/parallel/test-whatwg-url-constructor.js
@@ -11,7 +11,7 @@ if (!common.hasIntl) {
}
const request = {
- response: require(path.join(common.fixturesDir, 'url-tests.json'))
+ response: require(path.join(common.fixturesDir, 'url-tests'))
};
/* eslint-disable */