Skip to content

Commit f4fb4f7

Browse files
committed
bin: fix SIGINT test on Windows
1 parent bd6ac58 commit f4fb4f7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/concurrently.spec.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,7 @@ describe('exiting conditions', () => {
197197
expect(lines).toContainEqual(
198198
expect.stringMatching(
199199
createKillMessage(
200-
isWindows
201-
? // '^C' is echoed by read-echo.js (also happens without the wrapper)
202-
'[0] ^Cnode fixtures/read-echo.js'
203-
: '[0] node fixtures/read-echo.js',
200+
'[0] node fixtures/read-echo.js',
204201
// TODO: Flappy value due to race condition, sometimes killed by concurrently (exit code 1),
205202
// sometimes terminated on its own (exit code 0).
206203
// Related issue: https://github.com/open-cli-tools/concurrently/issues/283

0 commit comments

Comments
 (0)