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'm using the ts-jest version 29.0 and I'm trying to configure the paths mapping using the helper.
The problem is that I configured as in documentation but it is not working. The problem is that there is a problem of import of the compilerOptions from the tsconfig file.
and the error is Error [ERR_MODULE_NOT_FOUND]: Cannot find module
I have tried to import the file using the tsconfig extension but after that it reply that I should use the assert function (which is not stable), but also using the assert, it doesn't work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everybody,
I'm using the ts-jest version 29.0 and I'm trying to configure the paths mapping using the helper.
The problem is that I configured as in documentation but it is not working. The problem is that there is a problem of import of the compilerOptions from the tsconfig file.
This is the jest.config.js
and the error is
Error [ERR_MODULE_NOT_FOUND]: Cannot find module
I have tried to import the file using the tsconfig extension but after that it reply that I should use the assert function (which is not stable), but also using the assert, it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions