ng test: Source maps don't match when using --code-coverage #19084
Labels
area: @angular-devkit/build-angular
devkit/build-angular:karma
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
state: blocked on upstream
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Not sure.
Description
When running
ng test --code-coverage
and 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:🔬 Minimal Reproduction
Using ng cli 10.1.5
ng test --code-coverage
🔥 Exception or Error
none
🌍 Your Environment
Anything else relevant?
not to my knowledge
The text was updated successfully, but these errors were encountered: