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
It looks like the latest version of JSDom is incompatible with one of the default settings in Jest.
Here's the Jest issue: jestjs/jest#6766
This appears to have been fixed but not yet released: jestjs/jest#6792
Even when the fix is released we will still be running an older version of Jest that may not be updated. I think our options for fixing this are:
testURL: 'http://localhost'
The text was updated successfully, but these errors were encountered:
On further investigation it looks like we already have testURL: 'http://localhost in our Jest config here: https://github.com/facebook/create-react-app/blob/next/packages/react-scripts/scripts/utils/createJestConfig.js#L37
testURL: 'http://localhost
Sorry, something went wrong.
The fix has been released with Jest 23.5 and the PR has been updated: #4846
No branches or pull requests
It looks like the latest version of JSDom is incompatible with one of the default settings in Jest.
Here's the Jest issue: jestjs/jest#6766
This appears to have been fixed but not yet released: jestjs/jest#6792
Even when the fix is released we will still be running an older version of Jest that may not be updated. I think our options for fixing this are:
testURL: 'http://localhost'
to our Jest configThe text was updated successfully, but these errors were encountered: