You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official testing approach of the Apollo client currently has serious shortcomings which I am already encountering (apollographql/apollo-client#9738). I should migrate to a more robust GraphQL testing strategy to mitigate these and future problems. Mock Service Worker seems to be a very good replacement. It intercepts requests and can therefore imitate real server behavior well.
The text was updated successfully, but these errors were encountered:
The official testing approach of the Apollo client currently has serious shortcomings which I am already encountering (apollographql/apollo-client#9738). I should migrate to a more robust GraphQL testing strategy to mitigate these and future problems. Mock Service Worker seems to be a very good replacement. It intercepts requests and can therefore imitate real server behavior well.
The text was updated successfully, but these errors were encountered: