Skip to content

Commit ad1a5c2

Browse files
authored
docs: update links @testing-library/react-native (#6916)
1 parent 12fca4c commit ad1a5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/warnings/react-test-renderer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: react-test-renderer Deprecation Warnings
66

77
react-test-renderer is deprecated. A warning will fire whenever calling ReactTestRenderer.create() or ReactShallowRender.render(). The react-test-renderer package will remain available on NPM but will not be maintained and may break with new React features or changes to React's internals.
88

9-
The React Team recommends migrating your tests to [@testing-library/react](https://testing-library.com/docs/react-testing-library/intro/) or [@testing-library/react-native](https://callstack.github.io/react-native-testing-library/docs/getting-started) for a modern and well supported testing experience.
9+
The React Team recommends migrating your tests to [@testing-library/react](https://testing-library.com/docs/react-testing-library/intro/) or [@testing-library/react-native](https://callstack.github.io/react-native-testing-library/docs/start/intro) for a modern and well supported testing experience.
1010

1111

1212
## new ShallowRenderer() warning {/*new-shallowrenderer-warning*/}

0 commit comments

Comments
 (0)