Quick Tests with Vitest

Lessons

1. Intro to Vitest

2:11

2. Writing your first test

5:42

3. Testing our components

10:11

4. Snapshots

3:34

5. Testing API Calls (mocking)

8:09

6. Testing a Page (E2E Testing)

10:45

7. Vitest UI, Coverage & Jest Migration

5:01

Vitest UI, Coverage & Jest Migration

To round up this course, we’ll be exploring some extra features Vitest provides such as the Vitest UI and adding coverage to our test. We’ll also be looking at the proc