Skip to content

Commit 80bd726

Browse files
author
Andreas Krummsdorf
committed
fix(reporter): inject correct config option
* 'config.browserLogOptions' -> 'config.browserConsoleLogOptions'
1 parent b93b9cc commit 80bd726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/reporters/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ BaseReporter.decoratorFactory.$inject = [
146146
'formatError',
147147
'config.reportSlowerThan',
148148
'config.colors',
149-
'config.browserLogOptions'
149+
'config.browserConsoleLogOptions'
150150
]
151151

152152
// PUBLISH

0 commit comments

Comments
 (0)