Skip to content

Commit

Permalink
docs: update links @testing-library/react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
germanolira committed May 28, 2024
1 parent c3bc5af commit fa1892c
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 fa1892c

Please sign in to comment.