Skip to content

Commit

Permalink
style: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed May 4, 2020
1 parent 0d37f42 commit e8d4f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function CoverageIstanbulReporter(baseReporterDecorator, logger, config) {
};

const baseReporterOnRunComplete = this.onRunComplete;
this.onRunComplete = async function (browsers, results) {
this.onRunComplete = async function (browsers) {
Reflect.apply(baseReporterOnRunComplete, this, arguments);
pendingReports = true;

Expand Down

0 comments on commit e8d4f4a

Please sign in to comment.