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: {}, }, }