Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const invertKeyValues = (obj, fn) =>
|
||||
acc[val].push(key);
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
module.exports = invertKeyValues;
|
||||
module.exports = invertKeyValues;
|
||||
|
||||
Reference in New Issue
Block a user