Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: run ESM tests in parallel
  • Loading branch information
targos committed Jul 21, 2018
commit 7df97a386d395a2dbc0a7ca0ba9fb4a93553fd36
2 changes: 0 additions & 2 deletions test/common/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import common from './index.js';

const {
PORT,
isMainThread,
isWindows,
isWOW64,
Expand Down Expand Up @@ -63,7 +62,6 @@ const {
} = common;

export {
PORT,
isMainThread,
isWindows,
isWOW64,
Expand Down
2 changes: 1 addition & 1 deletion test/es-module/testcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import testpy

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