Skip to content

Commit d66e52f

Browse files
committed
test: run ESM tests in parallel
PR-URL: #21919 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import common from './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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import testpy
44

55
def GetConfiguration(context, root):
6-
return testpy.SimpleTestConfiguration(context, root, 'es-module')
6+
return testpy.ParallelTestConfiguration(context, root, 'es-module')

0 commit comments

Comments
 (0)