Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replace genMockFn with fn
  • Loading branch information
hramos committed May 23, 2018
commit 4db1d972b2d352bd58c1775ca57fc0795fe964e8
2 changes: 1 addition & 1 deletion Libraries/Animated/src/__tests__/AnimatedNative-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('Native Animated', () => {
// via component refs table that we override here.
c.refs = {
node: {
setNativeProps: jest.genMockFunction(),
setNativeProps: jest.fn(),
},
};

Expand Down