Add semicolon for tdd exports
This commit is contained in:
@ -3,4 +3,4 @@ arr.map(typeof fn === 'function' ? fn : val => val[fn]).reduce((acc, val, i) =>
|
||||
acc[val] = (acc[val] || []).concat(arr[i]);
|
||||
return acc;
|
||||
}, {});
|
||||
module.exports = groupBy
|
||||
module.exports = groupBy;
|
||||
Reference in New Issue
Block a user