Skip to content

Commit

Permalink
Refactor: Remove unused progress code
Browse files Browse the repository at this point in the history
  • Loading branch information
yourWaifu committed Mar 7, 2024
1 parent bcba102 commit 214cb82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 139 deletions.
138 changes: 0 additions & 138 deletions lib/browser/progress.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/reporters/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports = module.exports = HTML;

var statsTemplate =
'<ul id="mocha-stats">' +
'<li class="progress-contain"><em>0</em>% <progress class="progress-element" id="progress-element" max="100" value="0" /></li>' +
'<li class="progress-contain"><em>0</em>% <progress class="progress-element" max="100" value="0" /></li>' +
'<li class="passes"><a href="javascript:void(0);">passes:</a> <em>0</em></li>' +
'<li class="failures"><a href="javascript:void(0);">failures:</a> <em>0</em></li>' +
'<li class="duration">duration: <em>0</em>s</li>' +
Expand Down

0 comments on commit 214cb82

Please sign in to comment.