Closed hatemhosny closed 7 years ago
I figured that out. thank you...
In case someone is looking for that, run: ng test --code-coverage
you will find a new folder "/coverage" open "/coverage/index.html" in the browser for results (just double click on it)
click on links to the files to see code uncovered with tests
I hope this can help somebody
How can I run and view results of test code coverage?
thank you