Skip to content

Commit

Permalink
Fix Jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic committed Aug 1, 2016
1 parent 5cee935 commit 563a097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/reducers/__tests__/notifications-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
const Parse = require('parse');

jest.dontMock('../notifications');
jest.dontMock('crc32');
const notifications = require('../notifications');

const emptyAction: any = {};
Expand Down

0 comments on commit 563a097

Please sign in to comment.