Skip to content

Commit 6c29290

Browse files
committed
set browserConsoleLog level to 'debug'
- this might help us debug intermittent failures in our tests
1 parent c88bdbb commit 6c29290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function func(config) {
124124
//
125125
// See https://github.com/karma-runner/karma/commit/89a7a1c#commitcomment-21009216
126126
func.defaultConfig.browserConsoleLogOptions = {
127-
level: 'log'
127+
level: 'debug'
128128
};
129129

130130
config.set(func.defaultConfig);

0 commit comments

Comments
 (0)