Skip to content

Commit 0a626bd

Browse files
committed
Add coverage output on test
1 parent 6cb24c2 commit 0a626bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const projectConfig = {
2222
},
2323
coverageIstanbulReporter: {
2424
dir: require('path').join(__dirname, '../coverage'),
25-
reports: ['html', 'lcovonly'],
25+
reports: ['lcovonly', 'text-summary', 'text'],
2626
fixWebpackSourcePaths: true
2727
},
28-
reporters: ['progress', 'kjhtml'],
28+
reporters: ['progress', 'coverage-istanbul'],
2929
port: 9876,
3030
colors: true,
3131
autoWatch: true,

0 commit comments

Comments
 (0)