monounity / karma-typescript

Simplifying running unit tests with coverage for Typescript projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should warn if tsconfig doesn't have "sourceMap": true

taymonbeal opened this issue · comments

This issue causes coverage to be emitted corrupt, with spans covering totally unrelated lines of code. It took me a while to figure out what was going wrong; it would have been nice if the tooling had given me a hint.