()
| 61 | } |
| 62 | |
| 63 | function App() { |
| 64 | usePrefetchQuery(queryOpts) |
| 65 | |
| 66 | return ( |
| 67 | <React.Suspense fallback="Loading..."> |
| 68 | <Suspended queryOpts={componentQueryOpts} /> |
| 69 | </React.Suspense> |
| 70 | ) |
| 71 | } |
| 72 | |
| 73 | const rendered = renderWithClient(queryClient, <App />) |
| 74 |
nothing calls this directly
no test coverage detected