Adds tests for action creators and reducers

This commit is contained in:
Patrick McDonagh
2018-04-12 18:33:35 -05:00
parent 6f7381c75d
commit 8d208906c8
31 changed files with 2458 additions and 121 deletions

4
__mock__/electron.js Normal file
View File

@@ -0,0 +1,4 @@
export const ipcRenderer = {
on: jest.fn(),
send: jest.fn()
};