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,