Add _.nthArg.

This commit is contained in:
John-David Dalton
2015-10-24 00:37:03 -07:00
parent 655f7918ea
commit 7be7acfe30
2 changed files with 29 additions and 6 deletions

View File

@@ -21768,7 +21768,7 @@
var acceptFalsey = lodashStable.difference(allMethods, rejectFalsey);
QUnit.test('should accept falsey arguments', function(assert) {
assert.expect(262);
assert.expect(263);
var emptyArrays = lodashStable.map(falsey, lodashStable.constant([]));