Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const uniqueElementsBy = (arr, fn) =>
|
||||
if (!acc.some(x => fn(v, x))) acc.push(v);
|
||||
return acc;
|
||||
}, []);
|
||||
|
||||
module.exports = uniqueElementsBy;
|
||||
module.exports = uniqueElementsBy;
|
||||
|
||||
Reference in New Issue
Block a user