Skip to content

Commit

Permalink
Disable browser console logs in Karma
Browse files Browse the repository at this point in the history
The messages are too noisy and unhelpful when sent to github on a PR.

Change-Id: Icfb676f9c1b75fe499135948003498277264f85b
  • Loading branch information
joeyparrish committed Jan 13, 2016
1 parent 50a39b8 commit 471ddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function(config) {
browserNoActivityTimeout: 60000,

// don't capture the client's console logs
client: { captureConsole: true },
client: { captureConsole: false },

// web server port
port: 9876,
Expand Down

0 comments on commit 471ddd7

Please sign in to comment.