We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c6bf3 commit 62178cbCopy full SHA for 62178cb
karma.conf.js
@@ -45,6 +45,12 @@ module.exports = function(config) {
45
'src/**/*.html': ['ng-html2js']
46
},
47
48
+ progressReporter: {
49
+ suppressPassed: true,
50
+ suppressFailed: false,
51
+ suppressSkipped: false
52
+ },
53
+
54
// optionally, configure the reporter
55
coverageReporter: {
56
type : 'lcov',
0 commit comments