jsdom's FormData is incompatible with undici's ReadableStream serialisation used by MSW 2.x — requests hang under CI resource constraints but pass locally. Replace server.use() + implicit HTTP roundtrip with vi.spyOn().mockResolvedValueOnce() for all five FormData POST tests (uploadAvatar, uploadRestore, addFile, importGpx). |
||
|---|---|---|
| .. | ||
| addonStore.test.ts | ||
| authStore.test.ts | ||
| inAppNotificationStore.test.ts | ||
| permissionsStore.test.ts | ||
| settingsStore.test.ts | ||
| vacayStore.test.ts | ||