Skip to content

Commit

Permalink
Fix InteractionManager-test to make sure ErrorUtils is mocked.
Browse files Browse the repository at this point in the history
  • Loading branch information
skevy committed Jan 3, 2016
1 parent 42af07e commit bc4486a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Interaction/__tests__/InteractionManager-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

jest
.autoMockOff()
.mock('ErrorUtils')
.mock('BatchedBridge');

function expectToBeCalledOnce(fn) {
Expand Down

0 comments on commit bc4486a

Please sign in to comment.