Mathias Minacapilli
Results
2
comments of
Mathias Minacapilli
+1 I'm having the same issue, passing in `wrappingComponent` option the `MockedProvider` imported from `@apollo/react-testing` and is not working because I'm getting could not find client error.
Hi @flora8984461 , with `shallow` function I could get to wrap with `MockedProvider`. But try with `mount`, there should work. I know that's a less efficient and performant way, but...