Skip to content

Commit

Permalink
chore(karma): use 'dots' reporter for less clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Mar 21, 2018
1 parent 3bc8380 commit 532dc0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function (config) {
webpack: webpackConfig,

webpackMiddleware: {
noInfo: true,
stats: 'minimal',
},

customLaunchers: {
Expand All @@ -52,7 +52,6 @@ module.exports = function (config) {
require('karma-jasmine'),
require('karma-chrome-launcher'),
require('karma-junit-reporter'),
require('karma-mocha-reporter'),
require('karma-sourcemap-loader'),
],

Expand All @@ -73,7 +72,7 @@ module.exports = function (config) {
logLevel: config.DEBUG,

// jUnit Report output
reporters: ['progress', 'mocha'],
reporters: ['dots'],

// the default configuration
junitReporter: {
Expand Down

0 comments on commit 532dc0c

Please sign in to comment.