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.
1 parent bb24c51 commit 2094be3Copy full SHA for 2094be3
lib/internal/test_runner/test.js
@@ -43,7 +43,7 @@ const noop = FunctionPrototype;
43
const isTestRunner = getOptionValue('--test');
44
const testOnlyFlag = !isTestRunner && getOptionValue('--test-only');
45
// TODO(cjihrig): Use uv_available_parallelism() once it lands.
46
-const isConcurrent = getOptionValue('--test-concurrency')
+const isConcurrent = getOptionValue('--test-concurrency');
47
const rootConcurrency = isTestRunner && isConcurrent ? cpus().length - 1 : 1;
48
const subTestConcurrency = isConcurrent;
49
0 commit comments