Skip to content

Commit

Permalink
test: remove use of --experimental-global-webcrypto flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
panva authored and targos committed Jan 1, 2023
1 parent 99fec0b commit 3c2ce56
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion test/parallel/test-global-webcrypto.js
@@ -1,4 +1,3 @@
// Flags: --experimental-global-webcrypto
'use strict';

const common = require('../common');
Expand Down
1 change: 0 additions & 1 deletion test/parallel/test-webcrypto-constructors.js
@@ -1,4 +1,3 @@
// Flags: --experimental-global-webcrypto
'use strict';

const common = require('../common');
Expand Down
3 changes: 0 additions & 3 deletions test/wpt/test-webcrypto.js
Expand Up @@ -8,9 +8,6 @@ const { WPTRunner } = require('../common/wpt');

const runner = new WPTRunner('WebCryptoAPI');

// Set Node.js flags required for the tests.
runner.setFlags(['--experimental-global-webcrypto']);

runner.setInitScript(`
global.location = {};
`);
Expand Down

0 comments on commit 3c2ce56

Please sign in to comment.