Skip to content

Commit d845e46

Browse files
committed
Removes console logs from browser from karma testing output
1 parent e39348a commit d845e46

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

testConfig.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ module.exports = ({files, path, testFile, singleRun}) => ({
3333
istanbul: { noCompact: true }
3434
}
3535
},
36-
36+
browserConsoleLogOptions: {
37+
terminal: true,
38+
level: 'DISABLE'
39+
},
3740
webpack: {
3841
devtool: 'eval',
3942
module: {

0 commit comments

Comments
 (0)