Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const findKey = (obj, fn) => Object.keys(obj).find(key => fn(obj[key], key, obj));
|
||||
|
||||
module.exports = findKey;
|
||||
module.exports = findKey;
|
||||
|
||||
Reference in New Issue
Block a user