mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix test
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
3ce9bfe4f9
commit
764d7754e5
@ -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(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user