migrate angular 21 tests

This commit is contained in:
2026-03-09 23:25:11 +01:00
parent bb08e46b0c
commit 0d0873730a
24 changed files with 924 additions and 109 deletions

View File

@@ -12,7 +12,7 @@ describe('SongListComponent', () => {
const songs = [{title: 'title1'}];
const mockSongService = {
list: () => of(songs),
list$: () => of(songs),
};
beforeEach(waitForAsync(() => {