fix typo in unit test

This commit is contained in:
mahula 2022-11-22 09:01:55 +01:00
parent fa78db6d8b
commit 7c4e252757

View File

@ -44,7 +44,7 @@ describe('router', () => {
})
describe('routes', () => {
it('has eight routes defined', () => {
it('has nine routes defined', () => {
expect(routes).toHaveLength(9)
})