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:
parent
3456e5f21d
commit
5f27be0511
@ -0,0 +1,9 @@
|
|||||||
|
/**
|
||||||
|
* 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 execHelmEnvInjectable from "./exec-env.injectable";
|
||||||
|
|
||||||
|
export default getGlobalOverride(execHelmEnvInjectable, () => ({}));
|
||||||
Loading…
Reference in New Issue
Block a user