refactor(stats): replace animePerDay type with librarySummary

This commit is contained in:
2026-04-09 22:19:29 -07:00
parent 8751ffd6c8
commit 51b38f615d
2 changed files with 16 additions and 24 deletions

View File

@@ -84,14 +84,7 @@ test('getTrendsDashboard requests the chart-ready trends endpoint with range and
lookups: [],
},
ratios: { lookupsPerHundred: [] },
animePerDay: {
episodes: [],
watchTime: [],
cards: [],
words: [],
lookups: [],
lookupsPerHundred: [],
},
librarySummary: [],
animeCumulative: {
watchTime: [],
episodes: [],
@@ -133,14 +126,7 @@ test('getTrendsDashboard accepts 365d range and builds correct URL', async () =>
lookups: [],
},
ratios: { lookupsPerHundred: [] },
animePerDay: {
episodes: [],
watchTime: [],
cards: [],
words: [],
lookups: [],
lookupsPerHundred: [],
},
librarySummary: [],
animeCumulative: {
watchTime: [],
episodes: [],