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
{{ message }}
This repository was archived by the owner on Mar 15, 2018. It is now read-only.
How to write unit-tests for react transmitted components. mocha+chai or jest. is there a some differences for react or react-transmitted components?. Can i test component without calling fetch method?
The text was updated successfully, but these errors were encountered:
How are you testing regular React components right now? Transmit containers are simply React components that either render nothing, or render the wrapped component with additional transmitted props. If you could provide an example test where you're stuck then I could explain it more using that test case.
How to write unit-tests for react transmitted components. mocha+chai or jest. is there a some differences for react or react-transmitted components?. Can i test component without calling fetch method?
The text was updated successfully, but these errors were encountered: