mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
mock fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
830090302b
commit
4c24e9ef38
@ -2,7 +2,6 @@ import packageInfo from "../../package.json"
|
|||||||
import { bundledKubectl, Kubectl } from "../../src/main/kubectl";
|
import { bundledKubectl, Kubectl } from "../../src/main/kubectl";
|
||||||
|
|
||||||
jest.mock("electron")
|
jest.mock("electron")
|
||||||
jest.mock("../common/user-store")
|
|
||||||
|
|
||||||
describe("kubectlVersion", () => {
|
describe("kubectlVersion", () => {
|
||||||
it("returns bundled version if exactly same version used", async () => {
|
it("returns bundled version if exactly same version used", async () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user