Skip to content

Commit 5be31a6

Browse files
author
FrancescoMauto
committed
[DSC-1786] revert karma console log to false
1 parent bd6f253 commit 5be31a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (config) {
1515
],
1616
client: {
1717
clearContext: false, // leave Jasmine Spec Runner output visible in browser
18-
captureConsole: true,
18+
captureConsole: false,
1919
jasmine: {
2020
failSpecWithNoExpectations: true
2121
}

0 commit comments

Comments
 (0)