mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -7,7 +7,7 @@ import curry from '../src/curry';
|
||||
describe('partial methods', () => {
|
||||
lodashStable.each(['partial', 'partialRight'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isPartial = methodName == 'partial',
|
||||
isPartial = methodName === 'partial',
|
||||
ph = func.placeholder;
|
||||
|
||||
it(`\`_.${methodName}\` partially applies arguments`, () => {
|
||||
|
||||
Reference in New Issue
Block a user