Fixed some issues in test files
This commit is contained in:
@ -2,5 +2,5 @@ const mapKeys = (obj, fn) =>
|
||||
Object.keys(obj).reduce((acc, k) => {
|
||||
acc[fn(obj[k], k, obj)] = obj[k];
|
||||
return acc;
|
||||
}, {
|
||||
}, {});
|
||||
module.exports = mapKeys;
|
||||
Reference in New Issue
Block a user