apollographql / react-apollo

:recycle: React integration for Apollo Client
https://www.apollographql.com/docs/react/
MIT License
6.85k stars 790 forks source link

Cannot find module error 'apollo-client' after installing @apollo/react-testing inside a test #4015

Open sgentile opened 4 years ago

sgentile commented 4 years ago

I get this error after installing '@apollo/react-testing';

Cannot find module 'apollo-client' from 'react-testing.cjs.js'

I'm on "@apollo/client": "^3.0.0-beta.48",