mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Hide passing tests by default.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
moduleMain = modulePath.match(reBasename)[0];
|
||||
|
||||
QUnit.config.autostart = false;
|
||||
QUnit.config.hidepassed = true;
|
||||
|
||||
// load Lo-Dash as a module
|
||||
require({
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
moduleMain = modulePath.match(reBasename)[0];
|
||||
|
||||
QUnit.config.autostart = false;
|
||||
QUnit.config.hidepassed = true;
|
||||
|
||||
// load Lo-Dash as a module
|
||||
require({
|
||||
|
||||
Reference in New Issue
Block a user