()
| 227 | |
| 228 | const invalidateSpy = vi.spyOn(QueryClient.prototype, 'invalidateQueries') |
| 229 | const invalidatedKeys = () => |
| 230 | invalidateSpy.mock.calls.map(([arg]) => (arg as { queryKey?: unknown[] })?.queryKey) |
| 231 | |
| 232 | const h = renderProvider() |
| 233 | await flush() |
no outgoing calls
no test coverage detected