Router got a new route test had to be fixed.

This commit is contained in:
elweyn 2021-12-07 10:44:24 +01:00
parent ca6f8076d6
commit 4b49d85d1a

View File

@ -49,8 +49,8 @@ describe('router', () => {
expect(routes.find((r) => r.path === '/').redirect()).toEqual({ path: '/login' })
})
it('has fifteen routes defined', () => {
expect(routes).toHaveLength(15)
it('has sixteen routes defined', () => {
expect(routes).toHaveLength(16)
})
describe('overview', () => {