Skip to content

Commit cab395e

Browse files
[DURACOM-444] disable test console capturing
1 parent c32a477 commit cab395e

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)