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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.
Issue Description
Any use of the Apollo MockedProvider in Jest tests is throwing the following warning:
Jest has detected the following 1 open handle potentially keeping Jest from exiting
This only started occurring when we upgraded Expo to
49
with React18.2.0
.I'm linking to a bare bones project demonstrating this. (
rn-apollo-client-testbed
does not have the correct dependencies)Link to Reproduction
https://github.com/AndyMeagher/ApolloClientJestBug
Reproduction Steps
npm test
The text was updated successfully, but these errors were encountered: