Include HTML file in Angular unit testing code coverage report
Asked Answered
A

0

6

I am using Angular 6 with karma coverage istanbul reporter to see code coverage.

It show only .ts file in the code coverage report which could be misleading as HTML templates can also include code logic.

Is there anyway to include HTML code to unit test code coverage?

Agateware answered 10/9, 2018 at 14:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.