Skip to content

Commit d66e52f

Browse files
committed
test: run ESM tests in parallel
PR-URL: #21919 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent e4f3468 commit d66e52f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎test/common/index.mjs‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
importcommonfrom'./index.js';
44

55
const{
6-
PORT,
76
isMainThread,
87
isWindows,
98
isWOW64,
@@ -63,7 +62,6 @@ const{
6362
}=common;
6463

6564
export{
66-
PORT,
6765
isMainThread,
6866
isWindows,
6967
isWOW64,

‎test/es-module/testcfg.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
importtestpy
44

55
defGetConfiguration(context, root):
6-
returntestpy.SimpleTestConfiguration(context, root, 'es-module')
6+
returntestpy.ParallelTestConfiguration(context, root, 'es-module')

0 commit comments

Comments
(0)