mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -15,7 +15,7 @@ const methods = {
|
||||
describe('flow methods', () => {
|
||||
lodashStable.each(['flow', 'flowRight'], (methodName) => {
|
||||
const func = methods[methodName],
|
||||
isFlow = methodName == 'flow';
|
||||
isFlow = methodName === 'flow';
|
||||
|
||||
it(`\`_.${methodName}\` should supply each function with the return value of the previous`, () => {
|
||||
const fixed = function (n) {
|
||||
|
||||
Reference in New Issue
Block a user