1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-10 07:52:51 +01:00
Whalebird-desktop-client-ma.../spec/mock/electron.ts
2019-03-25 21:51:24 +09:00

7 lines
168 B
TypeScript

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