Part 1 – Exploring the TDD Workflow
Part 1 introduces all of the basic techniques you’ll need to test-drive React applications. As you build more of the application, you will create a set of library functions that help to simplify and accelerate your testing. The goal is to give you both theoretical and practical advice that will help you apply the test-driven development workflow to your daily work.
This part includes the following chapters:
- Chapter 1, First Steps with Test-Driven Development
- Chapter 2, Rendering Lists and Detail Views
- Chapter 3, Refactoring the Test Suite
- Chapter 4, Test-Driving Data Input
- Chapter 5, Adding Complex Form Interactions
- Chapter 6, Exploring Test Doubles
- Chapter 7, Testing useEffect and Mocking Components
- Chapter 8, Building an Application Component