Replies: 1 comment 2 replies
-
You can take a look at our examples https://github.com/kulshekhar/ts-jest/tree/main/examples |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From https://jestjs.io/docs/getting-started#using-typescript-via-ts-jest it looks like we have an option to use TS with Babel or with ts-jest
I would like to stop using babel in my project, but currently, the tests fail when I remove
babel.config.js
Do you have any suggestion how to use only
ts-jest
for my tests?Beta Was this translation helpful? Give feedback.
All reactions