mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Hide passing tests by default.
This commit is contained in:
@@ -29,6 +29,8 @@
|
|||||||
document.write('<script src="' + ui.buildPath + '"><\/script>');
|
document.write('<script src="' + ui.buildPath + '"><\/script>');
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
QUnit.config.hidepassed = true;
|
||||||
|
|
||||||
_.mixin({
|
_.mixin({
|
||||||
'debounce': _.debounce || lodash.debounce,
|
'debounce': _.debounce || lodash.debounce,
|
||||||
'defer': _.defer || lodash.defer,
|
'defer': _.defer || lodash.defer,
|
||||||
|
|||||||
@@ -106,6 +106,7 @@
|
|||||||
moduleMain = modulePath.match(reBasename)[0];
|
moduleMain = modulePath.match(reBasename)[0];
|
||||||
|
|
||||||
QUnit.config.autostart = false;
|
QUnit.config.autostart = false;
|
||||||
|
QUnit.config.hidepassed = true;
|
||||||
|
|
||||||
// load Lo-Dash as a module
|
// load Lo-Dash as a module
|
||||||
require({
|
require({
|
||||||
|
|||||||
@@ -95,6 +95,7 @@
|
|||||||
moduleMain = modulePath.match(reBasename)[0];
|
moduleMain = modulePath.match(reBasename)[0];
|
||||||
|
|
||||||
QUnit.config.autostart = false;
|
QUnit.config.autostart = false;
|
||||||
|
QUnit.config.hidepassed = true;
|
||||||
|
|
||||||
// load Lo-Dash as a module
|
// load Lo-Dash as a module
|
||||||
require({
|
require({
|
||||||
|
|||||||
Reference in New Issue
Block a user