mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27: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);
|
||||
|
||||
var argCount,
|
||||
count = 4,
|
||||
count = 5,
|
||||
negate = _.negate(function() { argCount = arguments.length; }),
|
||||
expected = lodashStable.times(count, stubTrue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user