Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const maxBy = (arr, fn) => Math.max(...arr.map(typeof fn === 'function' ? fn : val => val[fn]));
|
||||
|
||||
module.exports = maxBy;
|
||||
module.exports = maxBy;
|
||||
|
||||
Reference in New Issue
Block a user