mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Tweak wording on tests for options objects. [ci skip]
This commit is contained in:
@@ -1788,7 +1788,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
asyncTest('should work with `leading` option', 7, function() {
|
asyncTest('should support a `leading` option', 7, function() {
|
||||||
if (!(isRhino && isModularize)) {
|
if (!(isRhino && isModularize)) {
|
||||||
var withLeading,
|
var withLeading,
|
||||||
counts = [0, 0, 0];
|
counts = [0, 0, 0];
|
||||||
@@ -1834,7 +1834,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
asyncTest('should work with `trailing` option', 4, function() {
|
asyncTest('should support a `trailing` option', 4, function() {
|
||||||
if (!(isRhino && isModularize)) {
|
if (!(isRhino && isModularize)) {
|
||||||
var withCount = 0,
|
var withCount = 0,
|
||||||
withoutCount = 0;
|
withoutCount = 0;
|
||||||
@@ -1864,7 +1864,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should work with `maxWait` option', 2, function() {
|
test('should support a `maxWait` option', 2, function() {
|
||||||
if (!(isRhino && isModularize)) {
|
if (!(isRhino && isModularize)) {
|
||||||
var limit = (argv || isPhantomPage) ? 1000 : 256,
|
var limit = (argv || isPhantomPage) ? 1000 : 256,
|
||||||
withCount = 0,
|
withCount = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user