| 1 | import { queryKey, sleep } from '@tanstack/query-test-utils' |
| 2 | import { act, fireEvent } from '@testing-library/preact' |
| 3 | import type { VNode } from 'preact' |
| 4 | import { Suspense } from 'preact/compat' |
nothing calls this directly
no test coverage detected