mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
mock route query group id
This commit is contained in:
parent
7b69a4dc3f
commit
89e1de0f14
@ -11,6 +11,11 @@ describe('create.vue', () => {
|
|||||||
$env: {
|
$env: {
|
||||||
CATEGORIES_ACTIVE: false,
|
CATEGORIES_ACTIVE: false,
|
||||||
},
|
},
|
||||||
|
$route: {
|
||||||
|
query: {
|
||||||
|
groupId: null,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('mount', () => {
|
describe('mount', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user