()
| 38 | } |
| 39 | |
| 40 | function Page() { |
| 41 | return ( |
| 42 | <div> |
| 43 | <IsFetching /> |
| 44 | <Query /> |
| 45 | </div> |
| 46 | ) |
| 47 | } |
| 48 | |
| 49 | const rendered = renderWithClient(queryClient, <Page />) |
| 50 |
nothing calls this directly
no test coverage detected
searching dependent graphs…