Skip to content

Commit 2cebd56

Browse files
committed
fix: 🐛 update url for rntl
Closes: #246
1 parent 740d407 commit 2cebd56

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
@@ -13,7 +13,7 @@ We are writing unit tests to avoid regressions over time. Creating a brand new a
1313

1414
> `RNTL` is a very light-weight solution for testing without all the implementation details. The main utilities it provides involve querying for nodes similarly to how users would find them. In this way, testing-library helps ensure your tests give you confidence in your UI code.
1515
16-
- Check [`RNTL` documentation](https://callstack.github.io/react-native-testing-library/docs/getting-started)
16+
- Check [`RNTL` documentation](https://callstack.github.io/react-native-testing-library/docs/start/quick-start)
1717

1818
### How to write your first test
1919

0 commit comments

Comments
 (0)