Add semicolon for tdd exports
This commit is contained in:
@ -5,4 +5,4 @@ obj.hasOwnProperty(key) && 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