mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
wip: code formatting nits
This commit is contained in:
@@ -5,7 +5,7 @@ import isMatch from '../src/isMatch';
|
||||
|
||||
describe('matches methods', () => {
|
||||
lodashStable.each(['matches', 'isMatch'], (methodName) => {
|
||||
const isMatches = methodName == 'matches';
|
||||
const isMatches = methodName === 'matches';
|
||||
|
||||
function matches(source) {
|
||||
return isMatches
|
||||
|
||||
Reference in New Issue
Block a user