Category: github

After seeing the amazing feedback and requests that followed our latest article on What and How to Test with Jest and Enzyme, I’d love to share a couple of other test cases. Today, we’ll talk about testing React forms that are connected with Redux, considering both unit and integration testing.

Related Articles