-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
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
Enzyme compatibility in Webpack config #180
Comments
OK, happy to take a PR adding this. |
I’ve looked at it again and I don’t quite see the point. Presumably you’d run Enzyme outside of both What is the reasoning behind including these cc @ariporad |
Nothing, those should go in the testing specific webpack config if we had one as reflected in @insin's question at the end of the issue. 👍 |
Okay, I’ll close then until we decide something on testing. |
RE: #80 (comment)
This is what's required for Enzyme compatibility:
https://github.com/airbnb/enzyme/blob/master/docs/guides/webpack.md#react-15-compatability
This project doesn't have a test-specific Webpack config, so where should this go?
The text was updated successfully, but these errors were encountered: