2019 | OriginalPaper | Chapter
17. Unit Testing
Published in:
Pro React 16
Abstract
In this chapter, I show you how to test React components. I introduce a package that makes testing easier and demonstrate how it can be used to test components in isolation and test their interactions with their children. Table 17-1 puts unit testing in context.