feat(challenge29): add new test to test the router

This commit is contained in:
ThomasL
2023-07-13 16:50:13 +02:00
parent 59196285a2
commit d14d834177

View File

@@ -103,4 +103,10 @@ describe('ListComponent', () => {
}); });
}); });
}); });
describe('When clicking on first ticket', () => {
it('Then we navigate to detail/0', async () => {
//
});
});
}); });