1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-10 16:04:54 +01:00
Whalebird-desktop-client-ma.../spec/mock/electron.ts

7 lines
168 B
TypeScript
Raw Normal View History

import mock from 'electron-ipc-mock'
const instance = mock()
const ipcMain = instance.ipcMain
const ipcRenderer = instance.ipcRenderer
export { ipcMain, ipcRenderer }