Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8552a91
Format html.js
mark-wiemer Oct 10, 2024
341d614
Remove newlines between JSDoc comments and their symbols
mark-wiemer Oct 10, 2024
a5fa3a5
(temp) update template.html to run tests
mark-wiemer Oct 10, 2024
48e982b
Color the stat result icon and text based on root suite result
mark-wiemer Oct 10, 2024
33b49fd
(temp) add template fail and template pass
mark-wiemer Oct 10, 2024
6edb10b
On first test fail, add fail indicator to stats
mark-wiemer Oct 10, 2024
27a7958
Remove extra newline
mark-wiemer Oct 10, 2024
0898ed5
Format mocha.css with Prettier
mark-wiemer Oct 10, 2024
85e1bfd
Make pass icon color accessible
mark-wiemer Oct 10, 2024
e34cd2a
Cleanup mocha.css var names
mark-wiemer Oct 10, 2024
854ab12
Restore template to main
mark-wiemer Oct 10, 2024
aa3ede9
Remove thirteen-year-old comment
mark-wiemer Oct 10, 2024
8a36f0d
Revert "Format html.js"
mark-wiemer Oct 11, 2024
714ee15
Revert "Restore template to main"
mark-wiemer Oct 11, 2024
57d43be
Color passes and failures count as well
mark-wiemer Oct 11, 2024
7e54f59
Cleanup stats variables to consts
mark-wiemer Oct 11, 2024
dc3e5be
Fix stats not updating on root suite end
mark-wiemer Oct 11, 2024
c43bffe
Revert "Remove extra newline"
mark-wiemer Oct 11, 2024
23a93d1
Restore newlines :(
mark-wiemer Oct 11, 2024
1ca55ca
Restore newlines for real
mark-wiemer Oct 11, 2024
2782f68
Reapply "Remove extra newline"
mark-wiemer Oct 11, 2024
b77f0b0
Revert "Format mocha.css with Prettier"
mark-wiemer Oct 11, 2024
a58d751
indent to 5, not 6 chars in mocha.css
mark-wiemer Oct 11, 2024
5bbe2e0
Re-add newline in mocha.css
mark-wiemer Oct 11, 2024
1bcd627
Reapply "Restore template to main"
mark-wiemer Oct 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove extra newline
  • Loading branch information
mark-wiemer committed Oct 10, 2024
commit 27a79585eee5a60a5dec67a8f27f9c62543921bb
1 change: 0 additions & 1 deletion mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ body {
color: var(--mocha-pass-icon-color);
}


#mocha-stats .progress-contain {
float: right;
padding: 0;
Expand Down