You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is a bug in this library or my configuration, but when I run a coverage report using the karma-typescript reporter, it only reports on files that have unit tests for them. In other words, I'm seeing something like this:
I don't know if this is a bug in this library or my configuration, but when I run a coverage report using the
karma-typescript
reporter, it only reports on files that have unit tests for them. In other words, I'm seeing something like this:Instead of something like this:
The test command is
ng test my-application --watch=false --browsers=ChromeHeadlessNoSandbox --code-coverage
.This is my
karma.conf.js
:And this is my
tsconfig.lib.json
:Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: