diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 7a612a14be..82db3fd40a 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -110,6 +110,7 @@ export async function tearDown(app: Application) { try { process.kill(pid, "SIGKILL"); + spawnSync("killall lens"); } catch (e) { console.error(e); }