Skip to content

Commit

Permalink
Fix hideskipped QUnit param, refactoring jQuery implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig authored and mixonic committed Oct 27, 2021
1 parent 0d31f3a commit 3a5d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.html
Expand Up @@ -126,7 +126,7 @@
testsTotal = testsPassed = testsFailed = 0;

if (QUnit.urlParams.hideskipped) {
$('#qunit-tests').addClass('hideskipped');
document.getElementById('qunit-tests').classList.add('hideskipped');
}
});

Expand Down

0 comments on commit 3a5d028

Please sign in to comment.