mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,7 +5,7 @@ import { _ } from './utils';
|
||||
describe('sortedIndexOf methods', () => {
|
||||
lodashStable.each(['sortedIndexOf', 'sortedLastIndexOf'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isSortedIndexOf = methodName == 'sortedIndexOf';
|
||||
isSortedIndexOf = methodName === 'sortedIndexOf';
|
||||
|
||||
it(`\`_.${methodName}\` should perform a binary search`, () => {
|
||||
const sorted = [4, 4, 5, 5, 6, 6];
|
||||
|
||||
Reference in New Issue
Block a user