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