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
Can you still reproduce it? yea
What are you reporting? create-react-app fail when using jest-enzyme version 3 and above it fails on the line import 'jest-enzyme';
Tell us what you think should happen. it should work
Tell us what actually happens. it shows an error
react-scripts 0.9.5 node 7.7.4 npm 4.1.2
it fails because jest-enzym need jest 19
The text was updated successfully, but these errors were encountered:
This will be out in 0.10, for now, use an older version of jest-enzyme. See #1604.
jest-enzyme
Sorry, something went wrong.
No branches or pull requests
Can you still reproduce it?
yea
What are you reporting?
create-react-app fail when using jest-enzyme version 3 and above
it fails on the line import 'jest-enzyme';
Tell us what you think should happen.
it should work
Tell us what actually happens.
it shows an error
Environment
react-scripts 0.9.5
node 7.7.4
npm 4.1.2
mac os
chrome 57
it fails because jest-enzym need jest 19
The text was updated successfully, but these errors were encountered: