We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95691f6 commit a71dd1fCopy full SHA for a71dd1f
Example/jest/setup.js
@@ -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