Replies: 1 comment 2 replies
-
Are you using ESM mode for your tests ? The error said that Jest couldn’t understand your codes. It seems like your codes not transpiled through |
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
-
I know this is in @next stage, but I'm trying to use v27 because Jest ships with jest-circus by default since v27.
The problem is after installing Jest ^27.0.0-next.2 and and "ts-jest": "^27.0.0-next.5", Jest fails with
My
jest.config.cjs
is this:package.json
has"type": "module"
.Is there some setting I need to change with moving to v27?
Beta Was this translation helpful? Give feedback.
All reactions