Add _.conforms.

This commit is contained in:
John-David Dalton
2015-10-23 22:08:47 -07:00
parent cabd4198b0
commit 3ad67c754f
2 changed files with 55 additions and 1 deletions

View File

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