Replies: 2 comments 1 reply
-
Hi, we haven't tested against Jest 30 yet. Possibly we can make a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is jest v30 still working for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was struggling with Jest v29 because it always makes comparaison of 2 different URLs objects passes, whereas it should not. It has been reported multiple times (here an example: jestjs/jest#15032 (comment)).
A fix has been implemented but is only available in Jest v30.
Do the
ts-jest
maintainers are investigating/testing thev30
? It's here for almost a year but I do see restrictions in your code that do not recommend using it.For example I did in my
package.json
:But there is a log warning:
ts-jest[versions] (WARN) Version 30.0.0-alpha.6 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=29.0.0 <30.0.0-0). Please do not report issues in ts-jest if you are using unsupported versions.
So I'm just crossing fingers I won't have weird issues for my normal Jest usage 😄
Thank you,
cc @ahnpnl
Beta Was this translation helpful? Give feedback.
All reactions