Skip to content

Commit c751fa3

Browse files
committed
test: specify SIGINT
1 parent 6981e02 commit c751fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-runner-global-setup-watch-mode.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('test runner watch mode with global setup hooks', () => {
9191
runs.push(currentRun);
9292

9393
currentRun = '';
94-
child.kill();
94+
child.kill('SIGINT');
9595
await once(child, 'exit');
9696

9797
assert.match(runs[0], /Global setup executed/);

0 commit comments

Comments
 (0)