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

@@ -29,6 +29,8 @@
document.write('<script src="' + ui.buildPath + '"><\/script>');
</script>
<script>
QUnit.config.hidepassed = true;
_.mixin({
'debounce': _.debounce || lodash.debounce,
'defer': _.defer || lodash.defer,

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({

View File

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