migrate angular 21 tests
This commit is contained in:
@@ -12,7 +12,7 @@ describe('SongListComponent', () => {
|
||||
const songs = [{title: 'title1'}];
|
||||
|
||||
const mockSongService = {
|
||||
list: () => of(songs),
|
||||
list$: () => of(songs),
|
||||
};
|
||||
|
||||
beforeEach(waitForAsync(() => {
|
||||
|
||||
Reference in New Issue
Block a user