You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/ReactNavigation.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ Install required dev dependencies:
266
266
$ yarn add -D jest @testing-library/react-native
267
267
```
268
268
269
-
Create a [`mock file`](https://github.com/callstack/react-native-testing-library/blob/master/examples/reactnavigation/jest-mocks.js) necessary for your tests:
269
+
Create a [`mock file`](https://github.com/callstack/react-native-testing-library/blob/master/examples/reactnavigation/jest-setup.js) necessary for your tests:
270
270
271
271
```jsx
272
272
import'react-native-gesture-handler/jestSetup';
@@ -290,7 +290,7 @@ Create your `jest.config.js` file (or place the following properties in your `pa
0 commit comments