Update qunit-extras to respect QUnit.config.hidepassed.

This commit is contained in:
John-David Dalton
2014-02-11 23:22:34 -08:00
parent 91bb4d4b00
commit 1ac5fa544b
3 changed files with 19 additions and 11 deletions

View File

@@ -28,7 +28,7 @@
<script>
var lodash = _.noConflict();
QUnit.config.asyncRetries = 5;
QUnit.config.asyncRetries = 10;
QUnit.config.hidepassed = true;
// excuse tests we intentionally fail or those with problems

View File

@@ -9335,6 +9335,7 @@
/*--------------------------------------------------------------------------*/
QUnit.config.asyncRetries = 10;
QUnit.config.hidepassed = true;
if (!document) {
QUnit.config.noglobals = true;