Add semicolon for tdd exports
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
const forOwn = (obj, fn) => Object.keys(obj).forEach(key => fn(obj[key], key, obj));
|
||||
module.exports = forOwn
|
||||
module.exports = forOwn;
|
||||
Reference in New Issue
Block a user