8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was an error while loading. Please 8000 reload this page.
1 parent e4f3468 commit d66e52fCopy full SHA for d66e52f
test/common/index.mjs
@@ -3,7 +3,6 @@
3
import common from './index.js';
4
5
const {
6
- PORT,
7
isMainThread,
8
isWindows,
9
isWOW64,
@@ -63,7 +62,6 @@ const {
63
62
} = common;
64
65
export {
66
67
68
69
test/es-module/testcfg.py
@@ -3,4 +3,4 @@
import testpy
def GetConfiguration(context, root):
- return testpy.SimpleTestConfiguration(context, root, 'es-module')
+ return testpy.ParallelTestConfiguration(context, root, 'es-module')
0 commit comments