diff --git a/Herebyfile.mjs b/Herebyfile.mjs index 9c58b68681b87..883ba191f18d2 100644 --- a/Herebyfile.mjs +++ b/Herebyfile.mjs @@ -616,7 +616,6 @@ export const runTestsAndWatch = task({ }); process.on("SIGINT", endWatchMode); - process.on("SIGKILL", endWatchMode); process.on("beforeExit", endWatchMode); watchTestsEmitter.on("rebuild", onRebuild); testCaseWatcher.on("all", onChange);