This commit is contained in:
Moriz Wahl 2022-03-21 21:47:06 +01:00
parent b2d8760f21
commit ce8efa8dff

View File

@ -33,6 +33,9 @@ describe('Send', () => {
$apollo: { $apollo: {
mutate: apolloMutationMock, mutate: apolloMutationMock,
}, },
$route: {
query: {},
},
} }
const Wrapper = () => { const Wrapper = () => {