Not sure why I\'m getting this error, it happened when I added connect from redux to my Login component, so I could connect my store.
connect
redux
store
You need to pass store as either a prop or context in your test. mount method accepts context as another parameter.
and how do you get store here? You create store the same way you created in app.js