Closed
Description
Please provide us with the following information:
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Ubuntu 16 - Versions. Please run
ng --version
. If there's nothing outputted, please run
in a Terminal:node --version
and paste the result here:
angular-cli: local (v1.0.0-beta.11-webpack.2, branch: master)
node: 6.3.0
os: linux x64
- Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
When trying to debug my tests the source code mapped is showing illegible because of the instrumented code needed for the coverage report feature.
As seen in the screenshot bellow:
I think we could have an argument debug
which we would pass to the ng test task which will not run the coverage config parts and, this way, debug will be possible.
I already have this implemented here and will submit a merge request for that.
- The log given by the failure. Normally this include a stack trace and some
more information. - Mention any other details that might be useful.
Thanks! We'll be in touch soon.