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