()
| 44 | } |
| 45 | |
| 46 | function App() { |
| 47 | usePrefetchQuery(queryOpts) |
| 48 | |
| 49 | return ( |
| 50 | <React.Suspense fallback="Loading..."> |
| 51 | <Page /> |
| 52 | </React.Suspense> |
| 53 | ) |
| 54 | } |
| 55 | |
| 56 | const rendered = renderWithClient(queryClient, <App />) |
| 57 |
nothing calls this directly
no test coverage detected