1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-06-29 13:40:33 +03:00
parent 830090302b
commit 4c24e9ef38

View File

@ -2,7 +2,6 @@ import packageInfo from "../../package.json"
import { bundledKubectl, Kubectl } from "../../src/main/kubectl";
jest.mock("electron")
jest.mock("../common/user-store")
describe("kubectlVersion", () => {
it("returns bundled version if exactly same version used", async () => {