-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failing test suits with enzyme since 1.0.0 #3999
Comments
Hello, Could you return back export declaration for |
For us, there was a bit different error message, but the suggested hotfix resolved our issue.
As enzyme is not being developed anymore, this might be very big problem for all enzyme library users (just about 1.8 mil downloads in the past week). |
This was referenced Aug 13, 2024
1 task
davidfurey
added a commit
to guardian/atom-workshop
that referenced
this issue
Dec 12, 2024
Cheerio 1.0.0-rc.3 doesn't work with Enzyme so pinning to Cheerio 1.0.0-rc.12. And Enzyme isn't maintained anymore so this is unlikely to ever be fixed Based on cheeriojs/cheerio#3999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, since the latest update to version 1.0.0
enzyme tests suits started failing
failure message
I solved it by downgrading cheerio to version "1.0.0-rc.12"
for everyone who have same problem to solve this I override the package dependency
just add this to the package.json
The text was updated successfully, but these errors were encountered: