Sourced from ts-jest's changelog.
26.5.4 (2021-03-17)
Bug Fixes
27.0.0-next.8 (2021-03-11)
Bug Fixes
- compiler: resolve nested imported modules for each processing file (#2436) (3cb9019), closes #1390 #1747
- config: create fallback jest config when jest config is
undefined
(#2433) (c6d6e4c), closes #2085- remove
@types/jest
from direct dep (#2409) (8913120), closes #2406 #2411- compiler: return original file content and show warning on emit skip (#2410) (c2b2164), closes #2407
- compiler: type check correctly in watch mode when a file content itself has changed (#2405) (064bf3a), closes #2118
Features
f3522d8
chore(release): 26.5.41dc731a
fix(compiler): initialize compiler with .ts
/.tsx
/.d.ts
files only (#2457)