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