mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
test: run ESM tests in parallel
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
8d1055719a
commit
34fb560c92
2 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
import common from './index.js';
|
||||
|
||||
const {
|
||||
PORT,
|
||||
isMainThread,
|
||||
isWindows,
|
||||
isWOW64,
|
||||
|
@ -63,7 +62,6 @@ const {
|
|||
} = common;
|
||||
|
||||
export {
|
||||
PORT,
|
||||
isMainThread,
|
||||
isWindows,
|
||||
isWOW64,
|
||||
|
|
|
@ -3,4 +3,4 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
|||
import testpy
|
||||
|
||||
def GetConfiguration(context, root):
|
||||
return testpy.SimpleTestConfiguration(context, root, 'es-module')
|
||||
return testpy.ParallelTestConfiguration(context, root, 'es-module')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue