-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
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
Support Jest 22 #104
Comments
Let's wait until ts-jest update finishes. It will make jest 22 more stable too in the meantime |
Hi!, Ts-jest seems to be updated to Jest 22. |
Released |
Merged
I'm going to try now. |
Just tested |
Released stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess we can get rid of custom Test Environment, because Jest is now using new JSDOM.
We'll also need to wait for
ts-jest
to update their coverage-related code (because there was a breaking change in how we pass sourcemaps to transformers).The text was updated successfully, but these errors were encountered: