Bring back the progress reporter
This commit is contained in:
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user