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