Skip to content

Commit a71dd1f

Browse files
author
aksonov
committed
upgrade to RN0.44, bump version
1 parent 95691f6 commit a71dd1f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Example/jest/setup.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
jest.mock('Linking', () => {
2+
return {
3+
addEventListener: jest.fn(),
4+
removeEventListener: jest.fn(),
5+
openURL: jest.fn(),
6+
canOpenURL: jest.fn(),
7+
getInitialURL: jest.fn(),
8+
}
9+
})

0 commit comments

Comments
 (0)