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
Importing from `ts-jest` everything will possibly make collision with
future jest API. Also any star export or import might not be compatible
with the target project. Now all helpers to be used in tests or config
files have been moved to `ts-jest/utils`. Original ones have been kept
in `ts-jest` for now, with a deprecation warning when using them.
Closeskulshekhar#782
I just tried latest
mocked
helper and noticed couple of things, prevents to use it.Issue :
Expected behavior :
@types/babel__core
is devDependency (https://github.com/kulshekhar/ts-jest/blob/master/package.json#L77), so if consumer doesn't have those types it'll break.import _ts
if consumer's codebase do not use
esModuleInterop
, can't make this work.Debug log:
log file content
# content of ts-jest.log :
Minimal repo :
The text was updated successfully, but these errors were encountered: