expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

How to use createNavigationEnabledStore with redux-mock-store #478

Open sibelius opened 7 years ago

sibelius commented 7 years ago

I would like to write a snapshot test using jest

My current problem is that I can't integrate createNavigationEnabledStore with redux-mock-store

I get the following error when I only use configureMockStore of redux-mock-store

TypeError: Cannot read property 'navigators' of undefined

      at getStateForNavigatorId (node_modules/@expo/ex-navigation/src/ExNavigationComponents.js:160:2143)
      at node_modules/reselect/lib/index.js:74:27