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 26 has released. We want to add support for Jest 26 once ts-jest releases a compatible version.
Make developers feel comfortable to work
Upgrade ts-jest and pretty-format dependencies to ^26.0.0
Set jest peerDependency to ^26.0.0
Upgrade jest to 26.0.0 and typescript to 3.8.3
Upgrade dependencies for example project.
Update README regarding to jest-environment-jsdom 16 which is default in jest 26
Since jest 26 requires TypeScript 3.8.3, default jsdom 16 this support should be in a major version.
The text was updated successfully, but these errors were encountered:
Yeey ts-jest 26 is out :) https://github.com/kulshekhar/ts-jest/releases/tag/v26.0.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🚀 Feature Proposal
Jest 26 has released. We want to add support for Jest 26 once ts-jest releases a compatible version.
Motivation
Make developers feel comfortable to work
TODO
Upgrade ts-jest and pretty-format dependencies to ^26.0.0
Set jest peerDependency to ^26.0.0
Upgrade jest to 26.0.0 and typescript to 3.8.3
Upgrade dependencies for example project.
Update README regarding to jest-environment-jsdom 16 which is default in jest 26
Since jest 26 requires TypeScript 3.8.3, default jsdom 16 this support should be in a major version.
The text was updated successfully, but these errors were encountered: