Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const stableSort = (arr, compare) =>
|
||||
.map((item, index) => ({ item, index }))
|
||||
.sort((a, b) => compare(a.item, b.item) || a.index - b.index)
|
||||
.map(({ item }) => item);
|
||||
|
||||
module.exports = stableSort;
|
||||
module.exports = stableSort;
|
||||
|
||||
Reference in New Issue
Block a user