2015 | OriginalPaper | Chapter
9. Testing React Components
Published in:
Pro React
Abstract
As our applications grow more complex and we continue to add new features, we need to verify that our new implementations haven’t introduced bugs to our existing functionalities. Automated testing provides a living documentation of expected behaviors and allows us to develop with more confidence, knowing that any problems will be immediately apparent.