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:
@@ -5,7 +5,7 @@ import { _, symbol } from './utils';
|
||||
describe('math operator methods', () => {
|
||||
lodashStable.each(['add', 'divide', 'multiply', 'subtract'], (methodName) => {
|
||||
const func = _[methodName],
|
||||
isAddSub = methodName == 'add' || methodName == 'subtract';
|
||||
isAddSub = methodName === 'add' || methodName === 'subtract';
|
||||
|
||||
it(`\`_.${methodName}\` should return \`${
|
||||
isAddSub ? 0 : 1
|
||||
|
||||
Reference in New Issue
Block a user