1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-11 08:30:07 +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 }