Overview
I’ve found that while it can be challenging to figure out how to implement a solution, it can also be just as challenging to figure out how to test our solution. This section walks through techniques for testing different technologies.
Useful resources
Section titled “Useful resources”I’ve found that A Wide View of Automated Testing in React Apps has a good explanation of what we are trying to accomplish with automated testing and why it’s important.