Skip to content

Commit

Permalink
fix(reporter): Add adapters property for 0.13 compat.
Browse files Browse the repository at this point in the history
Add an `adapters` property to the reporter for compatibility with latest
Karma 0.13 release.
  • Loading branch information
petejohanson committed Mar 1, 2016
1 parent b06f5f7 commit 9a5a147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/sauce_reporter.js
Expand Up @@ -7,6 +7,8 @@ var SauceReporter = function (logger, /* sauce:jobMapping */ jobMapping) {
var pendingUpdates = 0
var updatesFinished = function () {}

this.adapters = []

// We're only interested in the final results per browser
this.onBrowserComplete = function (browser) {
var result = browser.lastResult
Expand Down

0 comments on commit 9a5a147

Please sign in to comment.