Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const countOccurrences = (arr, val) => arr.reduce((a, v) => (v === val ? a + 1 : a), 0);
|
||||
|
||||
module.exports = countOccurrences;
|
||||
module.exports = countOccurrences;
|
||||
|
||||
Reference in New Issue
Block a user