adapt unit tests to changes on auth nav bar component

This commit is contained in:
mahula 2022-10-13 09:43:51 +02:00
parent 70e11b8e49
commit dc510edf28
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ describe('App', () => {
meta: {
requiresAuth: false,
},
params: {},
},
}

View File

@ -19,6 +19,7 @@ describe('AuthLayout', () => {
meta: {
requiresAuth: false,
},
params: {},
},
}