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: challenges/ecosystem/05.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ npm i --save-dev @types/jest
171
171
172
172
we need to install `@testing-library/react-native` and `@testing-library/jest-native`.
173
173
174
-
-[ ] Follow the [getting started guide](https://callstack.github.io/react-native-testing-library/docs/getting-started#installation).
174
+
-[ ] Follow the [getting started guide](https://callstack.github.io/react-native-testing-library/docs/start/quick-start).
175
175
176
176
For `setupFilesAfterEnv`, i like to extract it to a separate file because it's easier to maintain. Here is [an example of a `jest.setup.js` file](https://github.com/flexbox/react-native-bootcamp/blob/main/hackathon/spacecraft/jest.setup.js).
0 commit comments