summaryrefslogtreecommitdiff
path: root/test/wpt/test-file.js
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2023-02-25 17:04:40 +0100
committerDanielle Adams <adamzdanielle@gmail.com>2023-05-16 21:54:19 -0400
commit843ecd2b0d4e25ce5fc104fb57f3dc5ad2d1fbbb (patch)
tree72f18d23687223759810753f3433b8acd382d0bd /test/wpt/test-file.js
parent075d9eea8f66c0bd7a2028e7ca701570d68c4229 (diff)
downloadnode-new-843ecd2b0d4e25ce5fc104fb57f3dc5ad2d1fbbb.tar.gz
test: remove useless require('../common') from WPTsv18.x-staging
PR-URL: https://github.com/nodejs/node/pull/46796 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Backport-PR-URL: https://github.com/nodejs/node/pull/47506
Diffstat (limited to 'test/wpt/test-file.js')
-rw-r--r--test/wpt/test-file.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/wpt/test-file.js b/test/wpt/test-file.js
index 71e8c179de..a48b2fb552 100644
--- a/test/wpt/test-file.js
+++ b/test/wpt/test-file.js
@@ -1,6 +1,5 @@
'use strict';
-require('../common');
const { WPTRunner } = require('../common/wpt');
const runner = new WPTRunner('FileAPI/file');