mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-18 04:27:02 +01:00
Fixed test
Export getTorrentsRatio function to be called in test
This commit is contained in:
@@ -237,7 +237,7 @@ const filterTorrentsByLabels = (
|
||||
return torrents.filter((torrent) => !labels.includes(torrent.label as string));
|
||||
};
|
||||
|
||||
const getTorrentsRatio = (
|
||||
export const getTorrentsRatio = (
|
||||
widget: ITorrent,
|
||||
torrents: NormalizedTorrent[],
|
||||
applyAllFilter:boolean
|
||||
|
||||
Reference in New Issue
Block a user