mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Update falsey arguments assert count.
This commit is contained in:
committed by
jdalton
parent
9ded5dc78d
commit
777311bbf5
@@ -14690,7 +14690,7 @@
|
||||
|
||||
var acceptFalsey = _.difference(allMethods, rejectFalsey);
|
||||
|
||||
test('should accept falsey arguments', 203, function() {
|
||||
test('should accept falsey arguments', 205, function() {
|
||||
var emptyArrays = _.map(falsey, _.constant([])),
|
||||
isExposed = '_' in root,
|
||||
oldDash = root._;
|
||||
|
||||
Reference in New Issue
Block a user