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:
@@ -6,7 +6,7 @@ import sortBy from '../src/sortBy';
|
||||
describe('uniqBy methods', () => {
|
||||
lodashStable.each(['uniqBy', 'sortedUniqBy'], (methodName) => {
|
||||
let func = _[methodName],
|
||||
isSorted = methodName == 'sortedUniqBy',
|
||||
isSorted = methodName === 'sortedUniqBy',
|
||||
objects = [{ a: 2 }, { a: 3 }, { a: 1 }, { a: 2 }, { a: 3 }, { a: 1 }];
|
||||
|
||||
if (isSorted) {
|
||||
|
||||
Reference in New Issue
Block a user