Releases: kulshekhar/ts-jest
Releases · kulshekhar/ts-jest
20.0.14
20.0.13
Always set inlineSources and inlineSourceMap to true. This should make debugging in editors a bit simpler
20.0.12
20.0.11
20.0.10
Notable changes
- Cache sourcemaps
- Explicitly invalidate cache key when transform options change
20.0.9
20.0.8
20.0.7
-
Update the configuration format to use
globals > ts-jest > tsConfigFile
instead ofglobals > __TS_CONFIG__
. Using the old format will display a warning for now and, in future versions, be disallowed. -
.babelrc
will not be used by default. ts-jest can be configured to use it by settingglobals > ts-jest > useBabelrc
totrue