summaryrefslogtreecommitdiff
path: root/test/wpt/test-encoding.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-encoding.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-encoding.js')
-rw-r--r--test/wpt/test-encoding.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wpt/test-encoding.js b/test/wpt/test-encoding.js
index bf54683c5c..af20760bd5 100644
--- a/test/wpt/test-encoding.js
+++ b/test/wpt/test-encoding.js
@@ -1,5 +1,5 @@
'use strict';
-require('../common');
+
const { WPTRunner } = require('../common/wpt');
const runner = new WPTRunner('encoding');