mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Fix fp test fails due to _.cloneDeep behavior change.
This commit is contained in:
@@ -879,6 +879,7 @@
|
|||||||
}
|
}
|
||||||
}, { 'a': [2, 3] }, value);
|
}, { 'a': [2, 3] }, value);
|
||||||
|
|
||||||
|
args[5] = _.omitBy(args[5], _.isFunction);
|
||||||
assert.deepEqual(args, expected, 'fp.mergeWith');
|
assert.deepEqual(args, expected, 'fp.mergeWith');
|
||||||
});
|
});
|
||||||
}());
|
}());
|
||||||
|
|||||||
Reference in New Issue
Block a user