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
As described in this bug report on the Angular repo, when testing with code-coverage ng test --code-coverage, Devtools do not match the right files (for all non-spec files). So I can add a breakpoint in any *.spec.ts, but then when I step into the tested file the cursor is not at the right position within the file. It also mean I can't add breakpoint in non spec files.