mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Ensure a customer function works on deep cloned objects.
This commit is contained in:
@@ -1708,7 +1708,7 @@
|
||||
argsList.push(slice.call(arguments));
|
||||
});
|
||||
|
||||
deepEqual(argsList, isDeep ? [[klass], [1, 'a']] : [[klass]]);
|
||||
deepEqual(argsList, isDeep ? [[klass], [1, 'a', klass]] : [[klass]]);
|
||||
});
|
||||
|
||||
test('`_.' + methodName + '` should support the `thisArg` argument', 1, function() {
|
||||
|
||||
Reference in New Issue
Block a user