Skip to content

Commit

Permalink
Sort results
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Mar 5, 2020
1 parent 493ca7c commit a574f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/test-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function updateResults() {
var table = document.querySelector("#test-results");
var tbody = table.querySelector("tbody");
var totalCols = 18;
results.sort((s1, s2) => s1.suite.localeCompare(s2.suite));
for (var suite of results) {
var row = addRow(tbody, 0, 3, suite.suite, "suite");
for (var codeVersion of ["stable", "insiders"]) {
Expand Down

0 comments on commit a574f9a

Please sign in to comment.