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
tests do not work correctly out of the box, due to the import error mentioned here: jestjs/jest#2081
installing babel-jest as suggested in that thread fixes this issue.
The text was updated successfully, but these errors were encountered:
Also need to bump jest version to match. Jest 23 is recommended for webpack 4 anyway.
Sorry, something went wrong.
@niahmiah Thanks for the reports. I'll take a look at these shortly, however I'm always willing to accept a PR. :)
No branches or pull requests
tests do not work correctly out of the box, due to the import error mentioned here: jestjs/jest#2081
installing babel-jest as suggested in that thread fixes this issue.
The text was updated successfully, but these errors were encountered: