Skip to content

Commit

Permalink
Include sessions argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook authored Jul 11, 2024
1 parent d3d5649 commit ab79115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-runner/src/reporter/defaultReporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function defaultReporter({
);
},

getTestProgress({ testRun, focusedTestFile, testCoverage }) {
getTestProgress({ sessions, testRun, focusedTestFile, testCoverage }) {
if (!reportTestProgress && !reportResultsAtEnd) {
return [];
}
Expand Down

0 comments on commit ab79115

Please sign in to comment.