We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
since this repo is pinned to React 15.4, no issue here, but we should upgrade to 15.5, which deprecates react-addons
test-utils now ships with react-dom
so import ReactTestUtils from 'react-dom/test-utils';
import ReactTestUtils from 'react-dom/test-utils';
The text was updated successfully, but these errors were encountered:
also: https://github.com/airbnb/enzyme#installation
now need to install react-test-renderer along with react-dom (that second one we already have) alongside enzyme.
react-test-renderer
react-dom
Sorry, something went wrong.
Fixed in 41e2ce4
No branches or pull requests
since this repo is pinned to React 15.4, no issue here, but we should upgrade to 15.5, which deprecates react-addons
test-utils now ships with react-dom
so
import ReactTestUtils from 'react-dom/test-utils';
The text was updated successfully, but these errors were encountered: