Codacy style changes for test files
This commit is contained in:
@ -7,5 +7,4 @@ const sortedLastIndexBy = (arr, n, fn) => {
|
||||
.findIndex(el => (isDescending ? val <= el : val >= el));
|
||||
return index === -1 ? 0 : arr.length - index;
|
||||
};
|
||||
|
||||
module.exports = sortedLastIndexBy;
|
||||
module.exports = sortedLastIndexBy;
|
||||
|
||||
Reference in New Issue
Block a user