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 f9a7cbf commit 7c378dbCopy full SHA for 7c378db
Herebyfile.mjs
@@ -616,7 +616,6 @@ export const runTestsAndWatch = task({
616
});
617
618
process.on("SIGINT", endWatchMode);
619
- process.on("SIGKILL", endWatchMode);
620
process.on("beforeExit", endWatchMode);
621
watchTestsEmitter.on("rebuild", onRebuild);
622
testCaseWatcher.on("all", onChange);
0 commit comments