mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Remove without from skipRearg mapping. [closes #2365]
This commit is contained in:
@@ -496,7 +496,7 @@
|
||||
actual = fp.uniqBy(_.identity, other);
|
||||
assert.deepEqual(actual, ['b', 'd'], 'fp.uniqBy');
|
||||
|
||||
actual = fp.without(array)(other);
|
||||
actual = fp.without(other)(array);
|
||||
assert.deepEqual(actual, ['a', 'c'], 'fp.without');
|
||||
|
||||
actual = fp.xor(other)(array);
|
||||
|
||||
Reference in New Issue
Block a user