-
Hello ts-jest team, I recently upgraded the following dependencies "ts-jest": "26.4.3" -->"ts-jest": "27.0.7" My jest config stayed the same. I ran into an issue where Babel seems to be used by Jest. My test failed with Followed by a Babel stack trace. Is Babel being used rather than ts-jest? I am using Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
ahnpnl
Oct 20, 2021
Replies: 1 comment 3 replies
-
I believe you are using |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
16oh4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe you are using
toMachInlineSnapshot
in your codes?