Skip to content

Commit

Permalink
Suppress console logs when testing locally
Browse files Browse the repository at this point in the history
See #278 - not really a fix though.

R=jmesserly@google.com

Review URL: https://codereview.chromium.org/1275053003 .
  • Loading branch information
vsmenon committed Aug 6, 2015
1 parent c6a6488 commit 3fcc78e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/dev_compiler/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = function(config) {
},

client: {
captureConsole: false,
mocha: {
ui: 'tdd'
},
Expand Down Expand Up @@ -97,6 +98,7 @@ module.exports = function(config) {
configuration.browsers = ['chrome_canary_travis'];
configuration.autoWatch = false;
configuration.logLevel = config.LOG_DEBUG;
configuration.client.captureConsole = true;
}

config.set(configuration);
Expand Down

0 comments on commit 3fcc78e

Please sign in to comment.