mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(challenge29): add new test to test the router
This commit is contained in:
@@ -103,4 +103,10 @@ describe('ListComponent', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('When clicking on first ticket', () => {
|
||||||
|
it('Then we navigate to detail/0', async () => {
|
||||||
|
//
|
||||||
|
});
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user