Skip to content

Commit

Permalink
removed another unnecessary assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Dec 3, 2018
1 parent b6dc061 commit d468f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/helpers.js
Expand Up @@ -23,7 +23,7 @@ function createMockRunner(runStr, ifStr1, ifStr2, ifStr3, arg1, arg2) {
on: runnerFunction,
once: runnerFunction
};
mockRunner.stats = createStatsCollector(mockRunner);
createStatsCollector(mockRunner);
return mockRunner;
}

Expand Down

0 comments on commit d468f55

Please sign in to comment.