From dc510edf28450d420e056b6bed4af700af7550ec Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 13 Oct 2022 09:43:51 +0200 Subject: [PATCH] adapt unit tests to changes on auth nav bar component --- frontend/src/App.spec.js | 1 + frontend/src/layouts/AuthLayout.spec.js | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/App.spec.js b/frontend/src/App.spec.js index 79467e2a8..77adc7084 100644 --- a/frontend/src/App.spec.js +++ b/frontend/src/App.spec.js @@ -25,6 +25,7 @@ describe('App', () => { meta: { requiresAuth: false, }, + params: {}, }, } diff --git a/frontend/src/layouts/AuthLayout.spec.js b/frontend/src/layouts/AuthLayout.spec.js index 4a1d7fef0..8d9411a71 100644 --- a/frontend/src/layouts/AuthLayout.spec.js +++ b/frontend/src/layouts/AuthLayout.spec.js @@ -19,6 +19,7 @@ describe('AuthLayout', () => { meta: { requiresAuth: false, }, + params: {}, }, }