mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,7 +5,7 @@ import { _, MAX_SAFE_INTEGER } from './utils';
|
||||
describe('startsWith and endsWith', () => {
|
||||
lodashStable.each(['startsWith', 'endsWith'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isStartsWith = methodName == 'startsWith';
|
||||
isStartsWith = methodName === 'startsWith';
|
||||
|
||||
const string = 'abc',
|
||||
chr = isStartsWith ? 'a' : 'c';
|
||||
|
||||
Reference in New Issue
Block a user