mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Fix _.transform test fail due to _.cloneDeep behavior change.
This commit is contained in:
@@ -20847,7 +20847,7 @@
|
||||
assert.deepEqual(actual, expected);
|
||||
|
||||
expected = lodashStable.map(accumulators, lodashStable.constant({ 'a': 1, 'b': 4, 'c': 9 }));
|
||||
actual = lodashStable.map(results, lodashStable.cloneDeep);
|
||||
actual = lodashStable.map(results, lodashStable.toPlainObject);
|
||||
|
||||
assert.deepEqual(actual, expected);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user