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
ts-jest[config] (WARN) message TS151001: If you have issues related to imports, you should consider setting `esModuleInterop` to `true` in your TypeScript configuration file (usually `tsconfig.json`). See https://blogs.msdn.microsoft.com/typescript/2018/01/31/announcing-typescript-2-7/#easier-ecmascript-module-interoperability for more information.
If, instead, I use ts-jest without chain transform it loads my tsconfig correctly:
When passing a tsconfig to ts-jest with chain transform it doesn't load the tsconfig file:
Outputs:
If, instead, I use ts-jest without chain transform it loads my tsconfig correctly:
The text was updated successfully, but these errors were encountered: