mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -4,7 +4,7 @@ import { LARGE_ARRAY_SIZE, square, isEven } from './utils';
|
||||
|
||||
describe('find and findLast', () => {
|
||||
lodashStable.each(['find', 'findLast'], (methodName) => {
|
||||
const isFind = methodName == 'find';
|
||||
const isFind = methodName === 'find';
|
||||
|
||||
it(`\`_.${methodName}\` should support shortcut fusion`, () => {
|
||||
let findCount = 0,
|
||||
|
||||
Reference in New Issue
Block a user