Unit Testing Vue 3

Lessons

1. What to test

4:38

2. Writing a Unit Test with Jest

10:05

3. Testing Props & User Interaction

6:51

4. Testing Emitted Events

6:35

5. Testing API Calls

9:38

6. Stubbing Child Components

5:49

Testing Props & User Interaction

In the previous lesson, we learned how to write and run our first unit tests. In this lesson, we’ll continue writing simple tests for a component that requires user interaction and takes in some props.


Random Number Component

I