I can not see coverage report for TS files.
I tried with TS-Jest 23.0 and Jest version 23.0 to 23.4
Just if I use the following, the report is correct:
globals: {
'ts-jest': {
disableSourceMapSupport: true,
Some hint please?
Maybe you should take a look to v23.1.x, this version includes https://github.com/kulshekhar/ts-jest/pull/626 and fix a tons of things :stuck_out_tongue:
I am closing this issue. If there is still the same problem with latest versions, please follow-up in #662, or re-open this issue if #662 is not appropriate
@huafu Thanks. Tested with latest version and the problem does not persists.
Most helpful comment
@huafu Thanks. Tested with latest version and the problem does not persists.