-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed

Description
Please provide us with the following information:
OS?
Windows 10
Versions.
Please run
ng --version
. If there's nothing outputted, please run in a Terminal:node --version
and paste the result here:
angular-cli: 1.0.0-beta.21
node: 6.9.1
os: win32 x64
Repro steps.
Was this an app that wasn't created using the CLI? What change did you do on your code? etc.
n/a
The log given by the failure.
Normally this include a stack trace and some more information.
n/a
Mention any other details that might be useful.
Is there a way to display code-coverage inside of intellij/webstorm? The cli uses the test.ts file which does some aggregating of the spec files. The problem is, karma uses that and only that file to test. Is there a guide? Perhaps I'm just doing in incorrect?
Thank you!
PhilippSoehnlein