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:
parent
71ba3dbd55
commit
4c5626cd84
@ -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);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user