mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix code style
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
4fd01ef8f4
commit
3f4c000d3a
@ -23,7 +23,7 @@ describe("check-for-platform-updates", () => {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
const di = getDiForUnitTesting();
|
const di = getDiForUnitTesting();
|
||||||
|
|
||||||
di.unoverride(checkForPlatformUpdatesInjectable)
|
di.unoverride(checkForPlatformUpdatesInjectable);
|
||||||
|
|
||||||
checkForUpdatesMock = asyncFn();
|
checkForUpdatesMock = asyncFn();
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* Copyright (c) OpenLens Authors. All rights reserved.
|
||||||
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
|
*/
|
||||||
import { identity } from "lodash/fp";
|
import { identity } from "lodash/fp";
|
||||||
import { getGlobalOverride } from "../../../common/test-utils/get-global-override";
|
import { getGlobalOverride } from "../../../common/test-utils/get-global-override";
|
||||||
import telemetryDecoratorInjectable from "./telemetry-decorator.injectable";
|
import telemetryDecoratorInjectable from "./telemetry-decorator.injectable";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user