Expose _.invokePath.

This commit is contained in:
John-David Dalton
2015-11-21 21:57:54 -08:00
parent 73a97d5762
commit 87a813566a
2 changed files with 23 additions and 20 deletions

View File

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