@compiled/babel-plugin isn't being used in jest/ts-jest even though babel says its configured #865
Replies: 8 comments 1 reply
-
I also did |
Beta Was this translation helpful? Give feedback.
-
for completeness sake I have
and
|
Beta Was this translation helpful? Give feedback.
-
What version of As an aside, you shouldn't need |
Beta Was this translation helpful? Give feedback.
-
jest : 27.3.1 I tried removing |
Beta Was this translation helpful? Give feedback.
-
fyi using [email protected] [email protected] [email protected] resolves the issue |
Beta Was this translation helpful? Give feedback.
-
Hrm, though now I get a different error in another test
|
Beta Was this translation helpful? Give feedback.
-
Sorry, ignore my last comment, its related to lingui not compiled. |
Beta Was this translation helpful? Give feedback.
-
Are there plans to support jest 27 ? As more and more things are moving to esm - jest 27 is needed for that : https://kulshekhar.github.io/ts-jest/docs/guides/esm-support/ |
Beta Was this translation helpful? Give feedback.
-
I can get the compiled babel plugin to work.
BABEL_SHOW_CONFIG_FOR=./src/content/render.test.tsx yarn jest render
Any pointers on what I might be doing wrong ? Looks to me like the
@compiled/babel-plugin
is thereBeta Was this translation helpful? Give feedback.
All reactions