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 has migrated to Babel 7 (jestjs/jest#7016), and currently supported in their v24.0.0-alpha.9 build.
If we upgrade to v24 once it's available, we can remove "babel-core": "^7.0.0-bridge.0" from our package.json
"babel-core": "^7.0.0-bridge.0"
package.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jest has migrated to Babel 7 (jestjs/jest#7016), and currently supported in their v24.0.0-alpha.9 build.
If we upgrade to v24 once it's available, we can remove
"babel-core": "^7.0.0-bridge.0"
from ourpackage.json
The text was updated successfully, but these errors were encountered: