Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing a Next.js App with React Testing Library & Jest
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Recommended Prerequisites
- 4 Lesson Goals
- 5 Starter Code
- 6 Example App Preview
- 7 Unit vs Integration vs E2E Tests
- 8 Testing Library Query Types
- 9 __tests__ folder organization
- 10 Nav component
- 11 Header component unit tests
- 12 TodoItem component unit tests
- 13 TodoList component unit tests
- 14 AddTodo component unit tests
- 15 App Integration Tests
- 16 Notes about Next.js 13