Add semicolon for tdd exports
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
const matches = (obj, source) =>
|
||||
Object.keys(source).every(key => obj.hasOwnProperty(key) && obj[key] === source[key]);
|
||||
module.exports = matches
|
||||
module.exports = matches;
|
||||
Reference in New Issue
Block a user