diff --git a/apps/testing-todos-list/src/app/list/list.component.spec.ts b/apps/testing-todos-list/src/app/list/list.component.spec.ts index 91e90aa..a03aca8 100644 --- a/apps/testing-todos-list/src/app/list/list.component.spec.ts +++ b/apps/testing-todos-list/src/app/list/list.component.spec.ts @@ -103,4 +103,10 @@ describe('ListComponent', () => { }); }); }); + + describe('When clicking on first ticket', () => { + it('Then we navigate to detail/0', async () => { + // + }); + }); });