Skip to content

Commit

Permalink
Chore: Allow console logging to show in tests (#100)
Browse files Browse the repository at this point in the history
Using solution near bottom here:
karma-runner/karma-mocha#47
  • Loading branch information
bhh1988 authored May 7, 2017
1 parent eca9e6d commit b0e15b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ module.exports = (config) => config.set({

basePath: '..',

browserConsoleLogOptions: {
level: 'log',
format: '%b %T: %m',
terminal: true
},

browsers: ['PhantomJS'],

browserNoActivityTimeout: 100000,
Expand Down

0 comments on commit b0e15b1

Please sign in to comment.