About 41 results
https://rants.broonix.ca/testing-with-react-context · 29 Jun 2016
Last we I outlined how to use react’s context feature in an application. This week I’ll show you how to ensure you can test components that use react context. Our test setup uses jsDom and Chai to render and test our components. You need to wrap any co...