mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix tests
Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
parent
b6ea6b7e0f
commit
d2c16ed389
@ -44,7 +44,7 @@ describe("ExtensionDiscovery", () => {
|
|||||||
|
|
||||||
extensionDiscovery.events.on("add", (extension: InstalledExtension) => {
|
extensionDiscovery.events.on("add", (extension: InstalledExtension) => {
|
||||||
expect(extension).toEqual({
|
expect(extension).toEqual({
|
||||||
absolutePath: "/Users/phorsmalahti/.k8slens/extensions/my-extension",
|
absolutePath: expect.any(String),
|
||||||
id: "node_modules/my-extension/package.json",
|
id: "node_modules/my-extension/package.json",
|
||||||
isBundled: false,
|
isBundled: false,
|
||||||
isEnabled: false,
|
isEnabled: false,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user