Skip to content

Commit

Permalink
Merge pull request #2220 from 4kochi/master
Browse files Browse the repository at this point in the history
fix(reporter): inject correct config option
  • Loading branch information
dignifiedquire committed Jun 30, 2016
2 parents b93b9cc + 80bd726 commit 9b7cb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporters/base.js
Expand Up @@ -146,7 +146,7 @@ BaseReporter.decoratorFactory.$inject = [
'formatError',
'config.reportSlowerThan',
'config.colors',
'config.browserLogOptions'
'config.browserConsoleLogOptions'
]

// PUBLISH
Expand Down

0 comments on commit 9b7cb64

Please sign in to comment.