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 d2b18ac commit cac030bCopy full SHA for cac030b
test/parallel/test-runner-cli-concurrency.js
@@ -24,4 +24,5 @@ test('concurrency of two', async () => {
24
const args = ['--test', '--test-concurrency=2'];
25
const cp = spawnSync(process.execPath, args, { cwd, env });
26
assert.match(cp.stderr.toString(), /concurrency: 2,/);
27
+ throw new Error('bye');
28
});
0 commit comments