Skip to content

Commit

Permalink
Removes console logs from browser from karma testing output (#3207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto authored and offtherailz committed Oct 4, 2018
1 parent 415e63d commit 264ef58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ module.exports = ({files, path, testFile, singleRun}) => ({
istanbul: { noCompact: true }
}
},

browserConsoleLogOptions: {
terminal: true,
level: 'DISABLE'
},
webpack: {
devtool: 'eval',
module: {
Expand Down

0 comments on commit 264ef58

Please sign in to comment.