From 53c59842f640a1082b8064f31d695588ac19bd8f 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 47efdd0e2797f0..d7e1ad9d6b2cbd 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'); });