mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove unused di statements
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
42112a1c03
commit
b86db072c6
@ -3,12 +3,10 @@
|
||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||
*/
|
||||
|
||||
import type { DiContainer } from "@ogre-tools/injectable";
|
||||
import "@testing-library/jest-dom/extend-expect";
|
||||
import type { RenderResult } from "@testing-library/react";
|
||||
import { computed } from "mobx";
|
||||
import type { IComputedValue } from "mobx/dist/internal";
|
||||
import { getDiForUnitTesting } from "../../../../getDiForUnitTesting";
|
||||
import { noop } from "../../../../utils";
|
||||
import type { ApplicationBuilder } from "../../../test-utils/get-application-builder";
|
||||
import { getApplicationBuilder } from "../../../test-utils/get-application-builder";
|
||||
@ -25,7 +23,6 @@ describe.only("preferences - navigation block with links", () => {
|
||||
|
||||
describe("given in preferences, when rendered", () => {
|
||||
let renderer: RenderResult;
|
||||
let di: DiContainer;
|
||||
|
||||
describe("when general navigation items passed", () => {
|
||||
beforeEach(async () => {
|
||||
@ -61,8 +58,6 @@ describe.only("preferences - navigation block with links", () => {
|
||||
applicationBuilder.preferences.navigate();
|
||||
});
|
||||
|
||||
di = getDiForUnitTesting({ doGeneralOverrides: true });
|
||||
|
||||
renderer = await applicationBuilder.render();
|
||||
});
|
||||
|
||||
@ -146,8 +141,6 @@ describe.only("preferences - navigation block with links", () => {
|
||||
applicationBuilder.preferences.navigate();
|
||||
});
|
||||
|
||||
di = getDiForUnitTesting({ doGeneralOverrides: true });
|
||||
|
||||
renderer = await applicationBuilder.render();
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user