This commit is contained in:
Ulf Gebhardt 2021-04-27 11:49:15 +02:00
parent 52740d8fc3
commit 0ea3ea0481
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -13,7 +13,7 @@ describe('privacy.vue', () => {
mocks = { mocks = {
$t: jest.fn(), $t: jest.fn(),
$apollo: { $apollo: {
mutate: jest.fn() mutate: jest.fn(),
}, },
$toast: { $toast: {
success: jest.fn(), success: jest.fn(),
@ -26,7 +26,8 @@ describe('privacy.vue', () => {
return { return {
id: 'u343', id: 'u343',
name: 'MyAccount', name: 'MyAccount',
showShoutsPublicly: true } showShoutsPublicly: true,
}
}, },
}, },
}) })