Skip to content

Commit 7147b61

Browse files
committed
upate
1 parent 49cb361 commit 7147b61

File tree

1 file changed

+1
-1
lines changed
  • challenges/ecosystem

1 file changed

+1
-1
lines changed

challenges/ecosystem/05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ npm i --save-dev @types/jest
171171

172172
we need to install `@testing-library/react-native` and `@testing-library/jest-native`.
173173

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).
175175

176176
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).
177177

0 commit comments

Comments
 (0)