4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
export const ipcRenderer = {
|
|
on: jest.fn(),
|
|
send: jest.fn()
|
|
}; |