Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const matchesWith = (obj, source, fn) =>
|
||||
? fn(obj[key], source[key], key, obj, source)
|
||||
: obj[key] == source[key]
|
||||
);
|
||||
|
||||
module.exports = matchesWith;
|
||||
module.exports = matchesWith;
|
||||
|
||||
Reference in New Issue
Block a user