Skip to content

Commit

Permalink
docs: update links @testing-library/react-native (#6916)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanolira authored May 29, 2024
1 parent 12fca4c commit ad1a5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/warnings/react-test-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: react-test-renderer Deprecation Warnings

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.

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


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

0 comments on commit ad1a5c2

Please sign in to comment.