mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix ipcRenderer more
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
4f03a987d3
commit
66324cb5e6
@ -41,6 +41,10 @@ jest.mock("electron", () => ({
|
|||||||
on: jest.fn(),
|
on: jest.fn(),
|
||||||
handle: jest.fn(),
|
handle: jest.fn(),
|
||||||
},
|
},
|
||||||
|
ipcRenderer: {
|
||||||
|
on: jest.fn(),
|
||||||
|
invoke: jest.fn(),
|
||||||
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
jest.mock("./hotbar-toggle-menu-item", () => ({
|
jest.mock("./hotbar-toggle-menu-item", () => ({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user