Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
i think i got it this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn226 committed Dec 21, 2023
1 parent 7b228bc commit 534e3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregate-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function AggregateResults(runnerResults) {
console.log(totalTestScores)
console.log(totalMaxScores)

//table.push(["Total: ", totalTestScores, totalMaxScores]);
table.push(["Total: ", `${totalTestScores}`, `${totalMaxScores}`]);

console.log(table.toString());
} catch (error) {
Expand Down

0 comments on commit 534e3c9

Please sign in to comment.