mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,7 +5,7 @@ import { _, args, strictArgs } from './utils';
|
||||
describe('values methods', () => {
|
||||
lodashStable.each(['values', 'valuesIn'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isValues = methodName == 'values';
|
||||
isValues = methodName === 'values';
|
||||
|
||||
it(`\`_.${methodName}\` should get string keyed values of \`object\``, () => {
|
||||
const object = { a: 1, b: 2 },
|
||||
|
||||
Reference in New Issue
Block a user