Add semicolon for tdd exports
This commit is contained in:
@ -5,4 +5,4 @@ acc[val] = acc[val] || [];
|
||||
acc[val].push(key);
|
||||
return acc;
|
||||
}, {});
|
||||
module.exports = invertKeyValues
|
||||
module.exports = invertKeyValues;
|
||||
Reference in New Issue
Block a user