mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Ensure fp.mergeAllWith accepts more than 2 sources. [closes #2786]
This commit is contained in:
@@ -20866,8 +20866,8 @@
|
||||
args = slice.call(arguments);
|
||||
});
|
||||
|
||||
spread([4, 2], 'ignored');
|
||||
assert.deepEqual(args, [4, 2]);
|
||||
spread([1, 2], 3);
|
||||
assert.deepEqual(args, [1, 2, 3]);
|
||||
});
|
||||
|
||||
QUnit.test('should work with `start`', function(assert) {
|
||||
|
||||
Reference in New Issue
Block a user