-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Cannot find module 'enzyme/build/react-compat' #213
Comments
What versions of chai-enzyme and enzyme are you using? Make sure |
indeed npm ls reports some failures:
|
Sounds like you have 0.8.0, but enzyme 3 requires 1.0.0-beta something. |
Correct, see #199 for more information on support with enzyme 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just installed chai enzyme on my app, using:
and tried to import it in my DirectionsMap mocha-enzyme-chai-chai_enzyme test:
I'm getting this error though, it looks like there's an unresolved dependency:
The text was updated successfully, but these errors were encountered: