Skip to content

Commit 9dfd039

Browse files
KhafraDevpanva
authored andcommitted
test: remove useless WPT init scripts
PR-URL: #47221 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent fe449a2 commit 9dfd039

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

test/wpt/test-file.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ const { WPTRunner } = require('../common/wpt');
44

55
const runner = new WPTRunner('FileAPI/file');
66

7-
runner.setInitScript(`
8-
const { File } = require('buffer');
9-
globalThis.File = File;
10-
`);
11-
127
runner.runJsTests();

test/wpt/test-structured-clone.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ const { WPTRunner } = require('../common/wpt');
44

55
const runner = new WPTRunner('html/webappapis/structured-clone');
66

7-
runner.setInitScript(`
8-
const { File } = require('buffer');
9-
globalThis.File = File;
10-
`);
11-
127
runner.runJsTests();

0 commit comments

Comments
 (0)