Bring back the progress reporter

This commit is contained in:
Marc Jansen
2017-08-19 20:28:00 +02:00
parent d988e2871b
commit 33adabf168

View File

@@ -56,7 +56,7 @@ module.exports = function(karma) {
// (these files will be instrumented by Istanbul)
'../src/**/*.js': ['coverage']
},
reporters: ['coverage'],
reporters: ['progress', 'coverage'],
coverageReporter: {
reporters: [
{