fix(server,web/m7-353): forward-fix CI — Mount call + AlbumRef test fixtures

This commit is contained in:
2026-05-04 17:31:27 -04:00
parent 4e3bd46d69
commit 93f54e00a4
7 changed files with 9 additions and 5 deletions
+1
View File
@@ -60,6 +60,7 @@ const album: AlbumRef = {
track_count: 5,
duration_sec: 2630,
cover_url: '/api/albums/xyz/cover',
cover_art_source: null,
};
afterEach(() => vi.clearAllMocks());