mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Ensure _.negate test for multiple arguments hits the 4 arguments case.
This commit is contained in:
@@ -16071,7 +16071,7 @@
|
|||||||
assert.expect(1);
|
assert.expect(1);
|
||||||
|
|
||||||
var argCount,
|
var argCount,
|
||||||
count = 4,
|
count = 5,
|
||||||
negate = _.negate(function() { argCount = arguments.length; }),
|
negate = _.negate(function() { argCount = arguments.length; }),
|
||||||
expected = lodashStable.times(count, stubTrue);
|
expected = lodashStable.times(count, stubTrue);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user