Vorschläge

This commit is contained in:
Bastian Wagner
2026-06-15 09:44:59 +02:00
parent 22c93f9ca1
commit cb938d3dc8
12 changed files with 681 additions and 13 deletions

View File

@@ -88,7 +88,9 @@ describe('AssistantChatComponent', () => {
});
it('falls back to route context when list context loading fails', async () => {
listsService.getList.mockReturnValue(throwError(() => new Error('not found')));
listsService.getList.mockReturnValue(
throwError(() => new Error('not found')),
);
await router.navigateByUrl('/lists/list-1');
const fixture = TestBed.createComponent(AssistantChatComponent);
const component = fixture.componentInstance as unknown as {