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 19b5262 commit 5c7e4bfCopy full SHA for 5c7e4bf
test/parallel/test-runner-cli-concurrency.js
@@ -23,6 +23,7 @@ test('concurrency of two', async () => {
23
const args = ['--test', '--test-concurrency=2'];
24
const cp = spawnSync(process.execPath, args, { cwd, env });
25
assert.match(cp.stderr.toString(), /concurrency: 2,/);
26
+ throw new Error('bye');
27
});
28
29
test('isolation=none uses a concurrency of one', async () => {
0 commit comments