Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const mapKeys = (obj, fn) =>
|
||||
acc[fn(obj[k], k, obj)] = obj[k];
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
module.exports = mapKeys;
|
||||
module.exports = mapKeys;
|
||||
|
||||
Reference in New Issue
Block a user