mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Ensure _.method aligns with _.invoke.
This commit is contained in:
@@ -6882,7 +6882,7 @@
|
||||
});
|
||||
|
||||
test('should not error on elements with missing properties', 1, function() {
|
||||
var objects = _.map(falsey.concat(_.constant(1)), function(value) {
|
||||
var objects = _.map([null, undefined, _.constant(1)], function(value) {
|
||||
return { 'a': value };
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user