mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Remove omitBy and pickBy from funcMethods.
This commit is contained in:
@@ -191,8 +191,8 @@
|
|||||||
assert.expect(1);
|
assert.expect(1);
|
||||||
|
|
||||||
var funcMethods = [
|
var funcMethods = [
|
||||||
'assignWith', 'extendWith', 'isEqualWith', 'isMatchWith', 'omitBy',
|
'assignWith', 'extendWith', 'isEqualWith', 'isMatchWith', 'reduce',
|
||||||
'pickBy', 'reduce', 'reduceRight', 'transform', 'zipWith'
|
'reduceRight', 'transform', 'zipWith'
|
||||||
];
|
];
|
||||||
|
|
||||||
var expected = _.map(mapping.aryMethod[3], _.constant(true));
|
var expected = _.map(mapping.aryMethod[3], _.constant(true));
|
||||||
|
|||||||
Reference in New Issue
Block a user