mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
test: remove useless WPT init scripts
PR-URL: https://github.com/nodejs/node/pull/47221 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
parent
fe449a20af
commit
9dfd0394c5
@ -4,9 +4,4 @@ const { WPTRunner } = require('../common/wpt');
|
||||
|
||||
const runner = new WPTRunner('FileAPI/file');
|
||||
|
||||
runner.setInitScript(`
|
||||
const { File } = require('buffer');
|
||||
globalThis.File = File;
|
||||
`);
|
||||
|
||||
runner.runJsTests();
|
||||
|
@ -4,9 +4,4 @@ const { WPTRunner } = require('../common/wpt');
|
||||
|
||||
const runner = new WPTRunner('html/webappapis/structured-clone');
|
||||
|
||||
runner.setInitScript(`
|
||||
const { File } = require('buffer');
|
||||
globalThis.File = File;
|
||||
`);
|
||||
|
||||
runner.runJsTests();
|
||||
|
Loading…
Reference in New Issue
Block a user