Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upng test: Source maps don't match when using --code-coverage #19084
Comments
|
Hi @daelmaak, Had a quick look at this and from my initial investigation this looks more of an upstream issue. Likely, it's in https://github.com/JS-DevTools/coverage-istanbul-loader or https://github.com/istanbuljs/istanbuljs |
Command (mark with an
x)Is this a regression?
Not sure.
Description
When running
ng test --code-coverageand then debugging in chrome, the source maps don't match the actual code. On picture, the execution should have stopped atdebugger;, which it seemingly doesn't:Using ng cli 10.1.5
ng test --code-coveragenone
Anything else relevant?
not to my knowledge