1
0
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:
Janne Savolainen 2022-10-21 07:35:43 +03:00
parent 70088bb4d1
commit 8f39e86b15
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -29,7 +29,7 @@ describe("handling-of-orphan-application-menu-items, given orphan menu item", ()
builder.beforeApplicationStart((mainDi) => {
const someOrphanMenuItemInjectable = getInjectable({
id: "some-orphan-menu-item",
instantiate: di => ({
instantiate: () => ({
kind: "sub-menu" as const,
id: "some-item-id",
// Note: unknown id makes this item an orphan.