Skip to content

Commit

Permalink
upgrade to RN0.44, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aksonov committed May 13, 2017
1 parent 95691f6 commit a71dd1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Example/jest/setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
jest.mock('Linking', () => {
return {
addEventListener: jest.fn(),
removeEventListener: jest.fn(),
openURL: jest.fn(),
canOpenURL: jest.fn(),
getInitialURL: jest.fn(),
}
})

0 comments on commit a71dd1f

Please sign in to comment.