mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
wip: code formatting nits
This commit is contained in:
@@ -93,7 +93,7 @@ describe('random', () => {
|
||||
|
||||
const actual = lodashStable.map(
|
||||
randoms,
|
||||
(result, index) => result >= 0 && result <= array[index] && result % 1 == 0,
|
||||
(result, index) => result >= 0 && result <= array[index] && result % 1 === 0,
|
||||
);
|
||||
|
||||
assert.deepStrictEqual(actual, expected);
|
||||
|
||||
Reference in New Issue
Block a user