Expose _.unary.

This commit is contained in:
John-David Dalton
2015-11-01 15:21:50 -08:00
parent 982b9d2b0a
commit 6c2ada9ffc
2 changed files with 38 additions and 14 deletions

View File

@@ -22190,7 +22190,8 @@
'rearg',
'rest',
'spread',
'throttle'
'throttle',
'unary'
];
var noBinding = [
@@ -22318,7 +22319,7 @@
});
QUnit.test('should throw an error for falsey arguments', function(assert) {
assert.expect(23);
assert.expect(24);
lodashStable.each(rejectFalsey, function(methodName) {
var expected = lodashStable.map(falsey, lodashStable.constant(true)),