Tom Ross
Tom Ross
This is currently blocked due to a bug from a change introduced in [version 3.8](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md#apollo-client-348) The bug is that Apollo seems to return an empty result object from the cache...
Example PR to compare `react-test-render`, `enzyme` and `@testing-library/react` Or, reasons why we should use `@testing-library/react`! ------------------------------------ **Note for reader:** We currently use three different React testing libraries in our codebase....
## Changes This proposal brings 3 main changes: 1. We generate `TypedDocumentNode` queries and update our GraphQL fetching functions to support this in addition to `string` 2. We write our...