()
| 45 | } |
| 46 | |
| 47 | function Page() { |
| 48 | return ( |
| 49 | <div> |
| 50 | <IsFetching /> |
| 51 | <Query /> |
| 52 | </div> |
| 53 | ) |
| 54 | } |
| 55 | |
| 56 | const rendered = render(() => ( |
| 57 | <QueryClientProvider client={queryClient}> |
nothing calls this directly
no test coverage detected
searching dependent graphs…