Skip to content

Commit 5c7e4bf

Browse files
committed
temp - add a failure
1 parent 19b5262 commit 5c7e4bf

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
@@ -23,6 +23,7 @@ test('concurrency of two', async () => {
2323
const args = ['--test', '--test-concurrency=2'];
2424
const cp = spawnSync(process.execPath, args, { cwd, env });
2525
assert.match(cp.stderr.toString(), /concurrency: 2,/);
26+
throw new Error('bye');
2627
});
2728

2829
test('isolation=none uses a concurrency of one', async () => {

0 commit comments

Comments
 (0)