Adds tests for action creators and reducers
This commit is contained in:
4
__mock__/electron.js
Normal file
4
__mock__/electron.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const ipcRenderer = {
|
||||
on: jest.fn(),
|
||||
send: jest.fn()
|
||||
};
|
||||
Reference in New Issue
Block a user