-
IpcMain is undefined when the tests run mainWindow.ts. Using What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
cawa-93
Jan 27, 2022
Replies: 1 comment
-
You should mock all vite-electron-builder/packages/main/tests/unit.spec.ts Lines 10 to 24 in b5b7282 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ghost295
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should mock all
electron
module exports. Example forBrowserWindow
class:vite-electron-builder/packages/main/tests/unit.spec.ts
Lines 10 to 24 in b5b7282