You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to set up ts-import-plugin as a ts-jest astTransformer. It looks like I configured it correctly, because import statements are replaced properly (I ran it in debug mode and I saw that createDistAst returns and array of new import nodes). But when I run the test, I see the error like this:
ReferenceError: lodash_1 is not defined
In the readme there is a lot of examples for different use cases. I was wondering if there is an example with ts-jest?
The text was updated successfully, but these errors were encountered:
Hello!
I was trying to set up ts-import-plugin as a ts-jest astTransformer. It looks like I configured it correctly, because import statements are replaced properly (I ran it in debug mode and I saw that
createDistAst
returns and array of new import nodes). But when I run the test, I see the error like this:In the readme there is a lot of examples for different use cases. I was wondering if there is an example with
ts-jest
?The text was updated successfully, but these errors were encountered: