Skip to content

Commit

Permalink
Remove thirteen-year-old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 10, 2024
1 parent 854ab12 commit aa3ede9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/reporters/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ function HTML(runner, options) {
}

function updateStats() {
// TODO: add to stats
var percent = ((stats.tests / runner.total) * 100) | 0;
progressBar.value = percent;
if (progressText) {
Expand Down

0 comments on commit aa3ede9

Please sign in to comment.