Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update qunit to 1.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Feb 11, 2015
1 parent 5f8ba33 commit af21790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"qunit-extras": "~1.4.1",
"qunitjs": "~1.16.0",
"qunitjs": "~1.17.0",
"requirejs": "~2.1.15"
},
"files": [
Expand Down
10 changes: 2 additions & 8 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1286,15 +1286,9 @@
/*--------------------------------------------------------------------------*/

QUnit.config.asyncRetries = 10;
QUnit.config.hidepassed = true;

if (document) {
QUnit.begin(function() {
QUnit.config.hidepassed = true;
document.getElementById('qunit-tests').className += ' hidepass';
document.getElementById('qunit-urlconfig-hidepassed').checked = true;
});
} else {
QUnit.config.hidepassed = true;
if (!document) {
QUnit.config.noglobals = true;
QUnit.load();
}
Expand Down

0 comments on commit af21790

Please sign in to comment.