fixed router test

This commit is contained in:
Ulf Gebhardt 2021-10-07 09:46:47 +02:00
parent 37d4ef0927
commit bb293c4b19
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -55,8 +55,8 @@ describe('router', () => {
expect(routes.find((r) => r.path === '/').redirect()).toEqual({ path: '/login' })
})
it('has ten routes defined', () => {
expect(routes).toHaveLength(10)
it('has twelve routes defined', () => {
expect(routes).toHaveLength(12)
})
describe('overview', () => {