Completed
– Announcement
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Testing with React Testing Library and Vitest/Jest
Automatically move to the next video in the Classroom when playback concludes
- 1 – Introduction
- 2 – Prerequisites
- 3 – Course Structure
- 4 – How to Take this Course
- 5 – Setting Up the Development Environment
- 6 – Setting Up the Starter Project
- 7 – Setting Up Vitest
- 8 – Setting Up React Testing Library
- 9 – Testing React Components
- 10 – What to Test
- 11 – Testing Rendering
- 12 – Simplifying Test Setup
- 13 – Exercise: Testing UserAccount
- 14 – Announcement
- 15 – Testing Lists
- 16 – Exercise: Testing ProductImageGallery
- 17 – Testing User Interactions
- 18 – Exercise: Testing ExpandableText
- 19 – Simplifying Tests