mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,7 +5,7 @@ import { _, toArgs, stubTrue, args, symbol, defineProperty, stubFalse } from './
|
||||
describe('has methods', () => {
|
||||
lodashStable.each(['has', 'hasIn'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isHas = methodName == 'has',
|
||||
isHas = methodName === 'has',
|
||||
sparseArgs = toArgs([1]),
|
||||
sparseArray = Array(1),
|
||||
sparseString = Object('a');
|
||||
|
||||
Reference in New Issue
Block a user