You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
Line number in coverage result table are not correct. The line number sometimes correspond to an empty line or a line with a }.
I know that there is an issue with line number when using Node 8 and React 16, but I just did a small example using Node 7 and without React... Pure Typescript and line numbers are not correct.
Expected behavior
Line number in the coverage result should match line of the Typescript files
Issue
Line number in coverage result table are not correct. The line number sometimes correspond to an empty line or a line with a
}
.I know that there is an issue with line number when using Node 8 and React 16, but I just did a small example using Node 7 and without React... Pure Typescript and line numbers are not correct.
Expected behavior
Line number in the coverage result should match line of the Typescript files
Link to a minimal repo that reproduce this issue
Clone https://github.com/Tuizi/ts-jest-issue-repo and
npm install && npm test
The text was updated successfully, but these errors were encountered: