mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -6,7 +6,7 @@ import sortBy from '../src/sortBy';
|
||||
describe('sortedIndex methods', () => {
|
||||
lodashStable.each(['sortedIndex', 'sortedLastIndex'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isSortedIndex = methodName == 'sortedIndex';
|
||||
isSortedIndex = methodName === 'sortedIndex';
|
||||
|
||||
it(`\`_.${methodName}\` should return the insert index`, () => {
|
||||
const array = [30, 50],
|
||||
|
||||
Reference in New Issue
Block a user