mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -69,7 +69,7 @@ describe('chain', () => {
|
||||
actual = wrapped
|
||||
.chain()
|
||||
.filter((n) => n % 2 != 0)
|
||||
.reject((n) => n % 3 == 0)
|
||||
.reject((n) => n % 3 === 0)
|
||||
.sortBy((n) => -n)
|
||||
.value();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user