mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: extension-discovery.test.ts
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
parent
8347937fc0
commit
23a538b8d6
@ -107,12 +107,12 @@ describe("ExtensionDiscovery", () => {
|
|||||||
id: path.normalize("some-directory-for-user-data/node_modules/my-extension/package.json"),
|
id: path.normalize("some-directory-for-user-data/node_modules/my-extension/package.json"),
|
||||||
isBundled: false,
|
isBundled: false,
|
||||||
isEnabled: false,
|
isEnabled: false,
|
||||||
isCompatible: false,
|
isCompatible: true,
|
||||||
manifest: {
|
manifest: {
|
||||||
name: "my-extension",
|
name: "my-extension",
|
||||||
version: "1.0.0",
|
version: "1.0.0",
|
||||||
engines: {
|
engines: {
|
||||||
lens: "5.0.0", // required field
|
lens: "5.0.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
manifestPath: path.normalize("some-directory-for-user-data/node_modules/my-extension/package.json"),
|
manifestPath: path.normalize("some-directory-for-user-data/node_modules/my-extension/package.json"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user