1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove killall from integration tests

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-02-04 08:57:21 -05:00
parent 4ad4e47006
commit eb4c98efc7

View File

@ -110,7 +110,6 @@ export async function tearDown(app: Application) {
try {
process.kill(pid, "SIGKILL");
spawnSync("killall lens");
} catch (e) {
console.error(e);
}