1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-01-05 12:22:43 -05:00
parent 3ce9bfe4f9
commit 764d7754e5

View File

@ -25,7 +25,7 @@ import { render, fireEvent } from "@testing-library/react";
import { SidebarCluster } from "../sidebar-cluster"; import { SidebarCluster } from "../sidebar-cluster";
import { KubernetesCluster } from "../../../../common/catalog-entities"; import { KubernetesCluster } from "../../../../common/catalog-entities";
jest.mock("../../../../common/hotbar-store.injectable", () => ({ jest.mock("../../../../common/hotbar-store", () => ({
HotbarStore: { HotbarStore: {
getInstance: () => ({ getInstance: () => ({
isAddedToActive: jest.fn(), isAddedToActive: jest.fn(),