We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jest v25 does use JSDOM v15 by default, so we do not have to define this version in the preset anymore.
This issue is a reminder and can be solved by a simple PR once jest v25 is out.
The text was updated successfully, but these errors were encountered:
There are also plans for v25 to set the default env to node.js instead of jsdom, so we might have to keep setting jsdom anyway, let's see!
Sorry, something went wrong.
The plan to set default to jsdom is moved to v26, so we can just remove the dependency for now
Successfully merging a pull request may close this issue.
Jest v25 does use JSDOM v15 by default, so we do not have to define this version in the preset anymore.
This issue is a reminder and can be solved by a simple PR once jest v25 is out.
The text was updated successfully, but these errors were encountered: