Changelog
28.0.0 (2022-05-02)
ConfigSet
as legacy (#3456) (a986729)TsCompiler
and TsJestCompiler
as legacy (#3457) (0f2fe30)path-mapping
AST transformer (#3455) (f566869)mocked
testing util (#3333) (2d9017d)ts-jest/utils
sub path export (#3334) (9f253d3)TsJestTransformer
as legacy (#3451) (b090179)path-mapping
AST transformer is no longer shipped in ts-jest
v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.ts-jest/dist/compiler/ts-compiler
should change to ts-jest/dist/legacy/compiler/ts-compiler
ts-jest/dist/compiler/ts-jest-compiler
should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
ts-jest/dist/config/config-set
should change to ts-jest/dist/legacy/config/config-set
TypeScript
version is now 4.3 since Jest 28 requires it.ts-jest/utils
should be replaced with ts-jest
.mocked
has been integrated into Jest repo.