-
Notifications
You must be signed in to change notification settings - Fork 306
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
upgrade peer dependency to jest 24 #223
Comments
We are still discussing about whether we switch from @thymikee would you please summarize anything else change in jest config beside |
Just checked locally and Jest 24 works without any changes from our side (if you don't mind deprecation warning) |
FWIW, personally I'd like to see |
That is, if you don't have other presets or config. Because you can't use both old and new form together, which gives you an error. |
This is a PoC. Jest 24 works without any changes from our side. It added some defaults to TS but we use slightly different ones (e.g. no `.tsx`). However, until `ts-jest` updates, we'll likely need to hold off with the upgrade, because of peer dep warnings. Fixes #223
👍 |
@slawiko It's released in |
Jest 24 was released yesterday, Jan 25. It looks like there are quite a few breaking changes. What needs to be done to help this library upgrade it's pear dependency to Jest 24?
The text was updated successfully, but these errors were encountered: