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

Fix integration tests on windows

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-31 14:06:23 -05:00
parent 71ba3dbd55
commit 4c5626cd84

View File

@ -86,7 +86,7 @@ async function attemptStart() {
app, app,
window, window,
cleanup: async () => { cleanup: async () => {
await app.close(); app.process().kill();
await remove(CICD).catch(noop); await remove(CICD).catch(noop);
}, },
}; };