Skip to content

Commit

Permalink
Fix JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Aug 3, 2016
1 parent d1c88ec commit 6bb8973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Libraries/Animated/src/__tests__/Animated-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jest
.setMock('Text', {})
.setMock('View', {})
.setMock('Image', {})
.setMock('React', {Component: class {}});
.setMock('React', {Component: class {}})
.setMock('NativeEventEmitter', class {});

var Animated = require('Animated');

Expand Down

0 comments on commit 6bb8973

Please sign in to comment.