1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix unit tests

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-08-26 20:29:27 +03:00
parent c73bd788e5
commit 33b7bfa9c6

View File

@ -80,10 +80,6 @@ describe("empty config", () => {
expect(wsClusters[1].id).toBe("dev");
})
it("checks if last added cluster becomes active", () => {
expect(clusterStore.activeCluster.id).toBe("dev");
})
it("sets active cluster", () => {
clusterStore.setActive("foo");
expect(clusterStore.activeCluster.id).toBe("foo");