Add semicolon for tdd exports
This commit is contained in:
@ -3,4 +3,4 @@ Object.keys(obj).reduce((acc, k) => {
|
||||
acc[fn(obj[k], k, obj)] = obj[k];
|
||||
return acc;
|
||||
}, {});
|
||||
module.exports = mapKeys
|
||||
module.exports = mapKeys;
|
||||
Reference in New Issue
Block a user