Does anyone have any good resources for testing React components that rely on higher order components/wrappers
I’m working on a project (
https://github.com/justincrich/pug-chat) that relies on the ApolloData library to access info from my GraphQL API … I’d like to use Jest/Enzyme to create unit/integration tests. However my current attempts to test the components only return the immediate component and not the corresponding data. NOTE: Apollo works like redux excepts it manages fetching data from the remote GQL server.