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

Fix tests

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-06-14 16:47:29 -04:00
parent 3df3ecd2f6
commit 2ea95ce737
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const di = getDi();
const startApplication = di.inject(startMainApplicationInjectable);
startApplication();
void startApplication();
/**
* Exports for virtual package "@k8slens/extensions" for main-process.

View File

@ -43,7 +43,7 @@ const startMainApplicationInjectable = getInjectable({
// https://github.com/electron/electron/issues/21370
beforeElectronIsReady();
(async () => {
return (async () => {
await waitForElectronToBeReady();
await beforeApplicationIsLoading();