fix test for router

This commit is contained in:
Moriz Wahl 2021-10-21 02:22:45 +02:00
parent 7bc7940b5e
commit fb4e0d849f

View File

@ -49,8 +49,8 @@ describe('router', () => {
expect(routes.find((r) => r.path === '/').redirect()).toEqual({ path: '/login' })
})
it('has twelve routes defined', () => {
expect(routes).toHaveLength(13)
it('has fourteen routes defined', () => {
expect(routes).toHaveLength(14)
})
describe('overview', () => {