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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.jsDo you have any suggestion how to use only
ts-jestfor my tests?Beta Was this translation helpful? Give feedback.
All reactions