From cac030bb9938f2a6d0c3cfc439f156ad6367d799 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Fri, 22 Mar 2024 17:17:04 -0400 Subject: [PATCH] temp --- test/parallel/test-runner-cli-concurrency.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parallel/test-runner-cli-concurrency.js b/test/parallel/test-runner-cli-concurrency.js index 47efdd0e2797f08..d7e1ad9d6b2cbd4 100644 --- a/test/parallel/test-runner-cli-concurrency.js +++ b/test/parallel/test-runner-cli-concurrency.js @@ -24,4 +24,5 @@ test('concurrency of two', async () => { const args = ['--test', '--test-concurrency=2']; const cp = spawnSync(process.execPath, args, { cwd, env }); assert.match(cp.stderr.toString(), /concurrency: 2,/); + throw new Error('bye'); });