diff --git a/aio/content/examples/webpack/config/karma.conf.js b/aio/content/examples/webpack/config/karma.conf.js index 7bbb4617db..96387be7ff 100644 --- a/aio/content/examples/webpack/config/karma.conf.js +++ b/aio/content/examples/webpack/config/karma.conf.js @@ -25,7 +25,7 @@ module.exports = function (config) { noInfo: true }, - reporters: ['kjhtml'], + reporters: ['progress', 'kjhtml'], port: 9876, colors: true, logLevel: config.LOG_INFO,