Code coverage for angular 2

后端 未结 4 1313
孤独总比滥情好
孤独总比滥情好 2021-02-02 15:44

How do you find the code coverage for angular 2 code? Is there any plugin for vs code editor or webstorm that I can use? I am using Jasmine and Karma for unit testing of my code

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-02 15:56

    ng test --code-coverage 
    

    or

    ng test --code-coverage --reporters=teamcity,coverage-istanbul
    

提交回复
热议问题