q3e / react-native-github-graphql-app

React Native App that searches github projects and their contributors[WIP]
MIT License
2 stars 0 forks source link

Test suite failed to run: Cannot find module 'react-dom/server' from 'react-apollo.umd.js' #13

Open q3e opened 7 years ago

q3e commented 7 years ago

The only test suite for component fails Similar issue: https://github.com/apollographql/react-apollo/issues/892

jaredly commented 6 years ago

This worked for my app

jest.mock('react-dom/server', () => {}, {virtual: true})