Codacy style changes for test files
This commit is contained in:
@ -4,5 +4,4 @@ const toHash = (object, key) =>
|
||||
(acc, data, index) => ((acc[!key ? index : data[key]] = data), acc),
|
||||
{}
|
||||
);
|
||||
|
||||
module.exports = toHash;
|
||||
module.exports = toHash;
|
||||
|
||||
Reference in New Issue
Block a user