@swc/jest produces non-class code even if target is set to 2021 #7089
Replies: 1 comment
-
Please file an issue with repro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My jest.config.js:
I am using nestjs and have a class that extends a class from nestjs:
And when I run jest it fails with:
Any idea how to solve this?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions