Sourced from ts-jest's changelog.
26.5.6 (2021-05-05)
Code Refactoring
27.0.0-next.12 (2021-05-05)
Features
BREAKING CHANGES
- By default,
ts-jest
will usesourceMap
option from yourtsconfig
. If users want to have sourcemap on, they need to either removesourceMap
or setsourceMap: true
intsconfig
46bf72d
chore(release): 26.5.6 (#2559)cf60990
refactor(config): show warning message for sourceMap: false
(#2557)