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 = {
|
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,
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user