Move the QUnit.config.hidepassed setting up.

This commit is contained in:
John-David Dalton
2013-11-06 20:05:28 -08:00
parent 8bcc1d81d2
commit 7e7b129822
3 changed files with 6 additions and 4 deletions

View File

@@ -27,6 +27,8 @@
<script>
var lodash = _.noConflict();
QUnit.config.hidepassed = true;
// assign results to `global_test_results` for Sauce Labs
var global_test_results;
QUnit.done(function(results) {
@@ -93,8 +95,6 @@
document.write('<script src="' + ui.buildPath + '"><\/script>');
</script>
<script>
QUnit.config.hidepassed = true;
_.mixin({
'debounce': _.debounce || lodash.debounce,
'defer': _.defer || lodash.defer,