mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint error
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
70088bb4d1
commit
8f39e86b15
@ -29,7 +29,7 @@ describe("handling-of-orphan-application-menu-items, given orphan menu item", ()
|
|||||||
builder.beforeApplicationStart((mainDi) => {
|
builder.beforeApplicationStart((mainDi) => {
|
||||||
const someOrphanMenuItemInjectable = getInjectable({
|
const someOrphanMenuItemInjectable = getInjectable({
|
||||||
id: "some-orphan-menu-item",
|
id: "some-orphan-menu-item",
|
||||||
instantiate: di => ({
|
instantiate: () => ({
|
||||||
kind: "sub-menu" as const,
|
kind: "sub-menu" as const,
|
||||||
id: "some-item-id",
|
id: "some-item-id",
|
||||||
// Note: unknown id makes this item an orphan.
|
// Note: unknown id makes this item an orphan.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user