mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -69,7 +69,7 @@ describe('remove', () => {
|
||||
const array = [1, 2, 3];
|
||||
delete array[1];
|
||||
|
||||
remove(array, (n) => n == null);
|
||||
remove(array, (n) => n === null);
|
||||
|
||||
assert.deepStrictEqual(array, [1, 3]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user