mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
wip: code formatting nits
This commit is contained in:
@@ -7,7 +7,7 @@ describe('strict mode checks', () => {
|
||||
['assign', 'assignIn', 'bindAll', 'defaults', 'defaultsDeep', 'merge'],
|
||||
(methodName) => {
|
||||
const func = _[methodName],
|
||||
isBindAll = methodName == 'bindAll';
|
||||
isBindAll = methodName === 'bindAll';
|
||||
|
||||
it(`\`_.${methodName}\` should ${
|
||||
isStrict ? '' : 'not '
|
||||
|
||||
Reference in New Issue
Block a user