Error with a custom jsx-runtime #3890
Unanswered
drinking-code
asked this question in
Q&A
Replies: 0 comments
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.
-
So, I've setup ts-jest like this:
with the custom-resolver.cjs just pointing src/jsx-runtime to the correct file (otherwise I'd get
Cannot find module 'src/jsx-runtime' from ...):But with this setup I am getting an Error:
How do I get rid of this error? / Is there a way to use my custom jsx-runtime in testing with ts-jest?
Beta Was this translation helpful? Give feedback.
All reactions