mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -11,7 +11,7 @@ describe('isNil', () => {
|
||||
});
|
||||
|
||||
it('should return `false` for non-nullish values', () => {
|
||||
const expected = lodashStable.map(falsey, (value) => value == null);
|
||||
const expected = lodashStable.map(falsey, (value) => value === null);
|
||||
|
||||
const actual = lodashStable.map(falsey, (value, index) => (index ? isNil(value) : isNil()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user