fix tests again

This commit is contained in:
Henry Jameson 2026-09-03 21:51:23 +03:00
commit 6e04b28b71

View file

@ -222,6 +222,12 @@ describe('Follow Requests store', () => {
}),
)
mockFetch.mockResolvedValueOnce(
new Response(JSON.stringify('ok'), {
headers: { 'Content-Type': 'application/json' },
}),
)
vi.stubGlobal('fetch', mockFetch)
await store[doCall]('u99')