mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,7 +5,7 @@ import { _ } from './utils';
|
||||
describe('toPairs methods', () => {
|
||||
lodashStable.each(['toPairs', 'toPairsIn'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isToPairs = methodName == 'toPairs';
|
||||
isToPairs = methodName === 'toPairs';
|
||||
|
||||
it(`\`_.${methodName}\` should create an array of string keyed-value pairs`, () => {
|
||||
const object = { a: 1, b: 2 },
|
||||
|
||||
Reference in New Issue
Block a user