react-apollo
react-apollo copied to clipboard
Cannot find module error 'apollo-client' after installing @apollo/react-testing inside a test
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",