We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce149eb commit 2315bc1Copy full SHA for 2315bc1
tests/ipcMain/setup.ts
@@ -37,6 +37,7 @@ function createMockBrowserWindow(): {
37
openDevTools: jest.fn(),
38
} as unknown as WebContents,
39
isMinimized: jest.fn(() => false),
40
+ isDestroyed: jest.fn(() => false),
41
restore: jest.fn(),
42
focus: jest.fn(),
43
loadURL: jest.fn(),
0 commit comments