Skip to content

Commit 62178cb

Browse files
Michael StramelMichael Stramel
authored andcommitted
Prevent progress reporter from displaying passed tests
1 parent 24c6bf3 commit 62178cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karma.conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ module.exports = function(config) {
4545
'src/**/*.html': ['ng-html2js']
4646
},
4747

48+
progressReporter: {
49+
suppressPassed: true,
50+
suppressFailed: false,
51+
suppressSkipped: false
52+
},
53+
4854
// optionally, configure the reporter
4955
coverageReporter: {
5056
type : 'lcov',

0 commit comments

Comments
 (0)