Skip to content

Commit d0b0b6f

Browse files
committed
sigkill?
1 parent 6ea5551 commit d0b0b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tests/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const testTemplate = (template: string) =>
109109
});
110110
testHasEnded = true;
111111

112-
processes.forEach((p) => p.kill());
112+
processes.forEach((p) => p.kill("SIGKILL"));
113113
await Promise.all(processes);
114114
},
115115
});

0 commit comments

Comments
 (0)