mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
mock more
This commit is contained in:
parent
e8c47331e9
commit
e14068bf8e
@ -13,7 +13,8 @@ vi.mock('@/components/Overview/CommunityNews', () => ({
|
||||
|
||||
vi.mock('@vue/apollo-composable', () => ({
|
||||
useQuery: vi.fn().mockReturnValue({
|
||||
result: { value: {} },
|
||||
onResult: vi.fn(),
|
||||
onError: vi.fn(),
|
||||
loading: { value: false },
|
||||
error: { value: null },
|
||||
refetch: vi.fn(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user