mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -42,7 +42,7 @@ describe('negate', () => {
|
||||
case 4:
|
||||
negate(1, 2, 3, 4);
|
||||
}
|
||||
return argCount == index;
|
||||
return argCount === index;
|
||||
});
|
||||
|
||||
assert.deepStrictEqual(actual, expected);
|
||||
|
||||
Reference in New Issue
Block a user