-
Notifications
You must be signed in to change notification settings - Fork 250
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
React enzyme adapter fails with symlinkNodeModules=true #1564
Comments
Interesting, so it does work with I think this has something to do with Enzyme or jest not being able to handle symlinked node_modules. #717 seems to have the same issue, so it might be fixed when jestjs/jest#5356 gets implemented. If it does work with setting |
Yes I searched for a little while 😄, and yes it does work with You think the issue comes from jest ? Not enzyme ? |
Is this issue still present? |
Sorry but I don't know if it's still present, I'm not using stryker anymore because of some performance issues. |
try Stryker 4.0! its much faster now :) |
I'm closing this issue for now. |
You can also use the new |
Summary
I'm using stryker in a react project that uses enzyme with react adapter.
With the symlinkNodeModules option to true, enzyme initialization fails with this error :
Thank you
Stryker config
Stryker environment
Test runner environment
jestrc.json
unitests.config.json
Your Environment
Add stryker.log
stryker.log
The text was updated successfully, but these errors were encountered: