Codacy style changes for test files
This commit is contained in:
@ -1,4 +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