mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove delay in waiting for bundled extensions during testing
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0a9e858ab6
commit
b239ced6fe
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||
*/
|
||||
|
||||
import { getGlobalOverride } from "../../../../common/test-utils/get-global-override";
|
||||
import waitForBundledExtensionsToBeLoadedInjectable from "../../../../features/extensions/loader/main/wait-for-bundled-loaded.injectable";
|
||||
import waitUntilBundledExtensionsAreLoadedInjectable from "./wait-until-bundled-extensions-are-loaded.injectable";
|
||||
|
||||
export default getGlobalOverride(waitUntilBundledExtensionsAreLoadedInjectable, (di) => di.inject(waitForBundledExtensionsToBeLoadedInjectable));
|
||||
Loading…
Reference in New Issue
Block a user