mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
lint fix
This commit is contained in:
parent
52740d8fc3
commit
0ea3ea0481
@ -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,
|
||||
}
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user