Add semicolon for tdd exports
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const objectFromPairs = arr => arr.reduce((a, v) => ((a[v[0]] = v[1]), a), {});
|
||||
module.exports = objectFromPairs
|
||||
module.exports = objectFromPairs;
|
||||
Reference in New Issue
Block a user