Skip to content

Commit

Permalink
Debugging ci
Browse files Browse the repository at this point in the history
  • Loading branch information
artemave committed Dec 22, 2018
1 parent c5bde8a commit adbefc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ module.exports = function (config) {
timeout: 0
}
},
reporters: process.env.BROWSERS ? ['dots'] : ['mocha'],
// reporters: process.env.BROWSERS ? ['dots'] : ['mocha'],
reporters: ['mocha'],
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
Expand Down

0 comments on commit adbefc6

Please sign in to comment.