-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Please upgrade to JSDOM 13.2 #7926
Comments
We cannot currently do this, see e.g. #7763 for details. |
tnx for your swift reply. Closing this issue Added new request in jest-environment-jsdom-thirteen |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In jest-envrironment-jsdom@24.0.0 the JSDOM 11.5.1 is referenced. But that version does not support mutationObserver. The latest JSDOM 13.2.0 does support mutationObserver.
In the past we had to rely on:
Reference to mutation observer in JSDOM
many tnx in advance
The text was updated successfully, but these errors were encountered: