Unit Testing Vue 2

Lessons

1. What to test

4:58

2. Writing a Unit Test with Jest

9:25

3. Testing Props & User Interaction

7:15

4. Testing Emitted Events

6:56

5. Testing API Calls

9:52

6. Stubbing Child Components

6:01

Stubbing Child Components

In the previous lesson, we looked at mocking our axios module in order to test that our component was set up to make an API call and use the data that was returned, without ever having to hit our actual sever or unnecessarily coupli