Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit e94da0c

Browse files
author
Colin McCulloch
committed
fix(@angular/cli): add kjhtml reporter when testing with code coverage report
kjhtml reporter now displays when testing with code coverage report generation Close angular#5136
1 parent 864d520 commit e94da0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/blueprints/ng/files/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = function (config) {
3232
environment: 'dev'
3333
},
3434
reporters: config.angularCli && config.angularCli.codeCoverage
35-
? ['progress', 'coverage-istanbul']
35+
? ['progress', 'kjhtml', 'coverage-istanbul']
3636
: ['progress', 'kjhtml'],
3737
port: 9876,
3838
colors: true,

0 commit comments

Comments
 (0)