mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,8 +5,8 @@ import { _, identity, args, falsey } from './utils';
|
||||
describe('find and includes', () => {
|
||||
lodashStable.each(['includes', 'find'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isIncludes = methodName == 'includes',
|
||||
resolve = methodName == 'find' ? lodashStable.curry(lodashStable.eq) : identity;
|
||||
isIncludes = methodName === 'includes',
|
||||
resolve = methodName === 'find' ? lodashStable.curry(lodashStable.eq) : identity;
|
||||
|
||||
lodashStable.each(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user