mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Ensute _.assignWith respects customizer results of undefined. [closes #2424]
This commit is contained in:
@@ -1454,7 +1454,7 @@
|
||||
QUnit.test('`_.' + methodName + '` should work with a `customizer` that returns `undefined`', function(assert) {
|
||||
assert.expect(1);
|
||||
|
||||
var expected = { 'a': undefined };
|
||||
var expected = { 'a': 1 };
|
||||
assert.deepEqual(func({}, expected, noop), expected);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user