mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -58,7 +58,7 @@ describe('takeWhile', () => {
|
||||
const actual = _(array)
|
||||
.takeWhile((n) => n < 4)
|
||||
.take(2)
|
||||
.takeWhile((n) => n == 0)
|
||||
.takeWhile((n) => n === 0)
|
||||
.value();
|
||||
|
||||
assert.deepEqual(actual, [0]);
|
||||
|
||||
Reference in New Issue
Block a user