Skip to content

Commit cac030b

Browse files
committed
temp
1 parent d2b18ac commit cac030b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-runner-cli-concurrency.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ test('concurrency of two', async () => {
2424
const args = ['--test', '--test-concurrency=2'];
2525
const cp = spawnSync(process.execPath, args, { cwd, env });
2626
assert.match(cp.stderr.toString(), /concurrency: 2,/);
27+
throw new Error('bye');
2728
});

0 commit comments

Comments
 (0)