mock route query group id

This commit is contained in:
Moriz Wahl 2022-10-19 09:28:15 +02:00
parent 7b69a4dc3f
commit 89e1de0f14

View File

@ -11,6 +11,11 @@ describe('create.vue', () => {
$env: {
CATEGORIES_ACTIVE: false,
},
$route: {
query: {
groupId: null,
},
},
}
describe('mount', () => {