Skip to content

Commit 3c2ce56

Browse files
panvatargos
authored andcommitted
test: remove use of --experimental-global-webcrypto flag
PR-URL: #45816 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent 99fec0b commit 3c2ce56

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

test/parallel/test-global-webcrypto.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --experimental-global-webcrypto
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-webcrypto-constructors.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --experimental-global-webcrypto
21
'use strict';
32

43
const common = require('../common');

test/wpt/test-webcrypto.js

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

99
const runner = new WPTRunner('WebCryptoAPI');
1010

11-
// Set Node.js flags required for the tests.
12-
runner.setFlags(['--experimental-global-webcrypto']);
13-
1411
runner.setInitScript(`
1512
global.location = {};
1613
`);

0 commit comments

Comments
 (0)