Skip to content

Commit

Permalink
test: run ESM tests in parallel
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos committed Aug 4, 2018
1 parent e4f3468 commit d66e52f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/common/index.mjs
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
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')

0 comments on commit d66e52f

Please sign in to comment.