mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3a7eef2bcf
1. Moved react-addons-test-utils to react-dom/test-utils and added deprecation message. 2. Moved shallow renderer (previous accessible via TestUtils.createRenderer) to react-test-renderer/shallow and added deprecation message. 3. Updated READMEs for react-addons-test-utils and react-test-renderer
330 B
330 B
react-addons-test-utils
This package provides the React TestUtils add-on.
See https://facebook.github.io/react/docs/test-utils.html for more information.
This package is deprecated as of version 15.5.0:
- TestUtils have been moved to
react-dom/test-utils - Shallow renderer has been moved to
react-test-renderer/shallow