
Unit Testing Vue 2
Lessons
1. What to test
2. Writing a Unit Test with Jest
3. Testing Props & User Interaction
4. Testing Emitted Events
5. Testing API Calls
6. Stubbing Child Components
Testing Props & User Interaction
In this lesson, we’ll continue writing simple tests for a component that requires user interaction and takes in props.