Does ts-jest require babel? #2563
Answered
by
ahnpnl
nathanhannig
asked this question in
Q&A
-
The readme mentions Babel, but I was not sure if Babel is required to use ts-jest? My project currently does not use Babel and is not CRA. It only uses Webpack and TS. Can you please let me know if Babel setup is required? |
Beta Was this translation helpful? Give feedback.
Answered by
ahnpnl
May 7, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ahnpnl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ts-jest
uses TypeScript Compiler APIs so it doesn't require Babel. In README, Babel is mentioned because there is a difference between using TypeScript Compiler API vs Babel.