Bring back the progress reporter

This commit is contained in:
Marc Jansen
2017-08-19 20:28:00 +02:00
parent d988e2871b
commit 33adabf168
+1 -1
View File
@@ -56,7 +56,7 @@ module.exports = function(karma) {
// (these files will be instrumented by Istanbul) // (these files will be instrumented by Istanbul)
'../src/**/*.js': ['coverage'] '../src/**/*.js': ['coverage']
}, },
reporters: ['coverage'], reporters: ['progress', 'coverage'],
coverageReporter: { coverageReporter: {
reporters: [ reporters: [
{ {