Skip to content

Commit 2094be3

Browse files
committed
test_runner: fix linter erros
1 parent bb24c51 commit 2094be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/test_runner/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const noop = FunctionPrototype;
4343
const isTestRunner = getOptionValue('--test');
4444
const testOnlyFlag = !isTestRunner && getOptionValue('--test-only');
4545
// TODO(cjihrig): Use uv_available_parallelism() once it lands.
46-
const isConcurrent = getOptionValue('--test-concurrency')
46+
const isConcurrent = getOptionValue('--test-concurrency');
4747
const rootConcurrency = isTestRunner && isConcurrent ? cpus().length - 1 : 1;
4848
const subTestConcurrency = isConcurrent;
4949

0 commit comments

Comments
 (0)