Hide passing tests by default.

This commit is contained in:
John-David Dalton
2013-10-30 01:09:10 -07:00
parent 7f7d5b32da
commit 6631b9e78f
3 changed files with 4 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
moduleMain = modulePath.match(reBasename)[0];
QUnit.config.autostart = false;
QUnit.config.hidepassed = true;
// load Lo-Dash as a module
require({