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 6981e02 commit c751fa3Copy full SHA for c751fa3
1 file changed
test/parallel/test-runner-global-setup-watch-mode.mjs
@@ -91,7 +91,7 @@ describe('test runner watch mode with global setup hooks', () => {
91
runs.push(currentRun);
92
93
currentRun = '';
94
- child.kill();
+ child.kill('SIGINT');
95
await once(child, 'exit');
96
97
assert.match(runs[0], /Global setup executed/);
0 commit comments