mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c29573f9aa
commit
b85e54f7dc
@ -169,9 +169,10 @@ describe("CatalogEntityRegistry", () => {
|
||||
expect(registry.items.length).toBe(3);
|
||||
|
||||
const d = registry.addCatalogFilter(entity => entity.kind === KubernetesCluster.kind);
|
||||
|
||||
expect(registry.items.length).toBe(1);
|
||||
d();
|
||||
expect(registry.items.length).toBe(3);
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user