You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i check the code coverage I found my loadDetail action is not dispatch. even the promise function is not called. What should I do to call my loadDetail action on shallow render.
The text was updated successfully, but these errors were encountered:
I am writing test cases for one of my connected component that has asyncConnect in them.
Component.js
Below is my Jest test case component.spec.js
When i check the code coverage I found my loadDetail action is not dispatch. even the promise function is not called. What should I do to call my loadDetail action on shallow render.
The text was updated successfully, but these errors were encountered: