Welcome back to Real World Testing. We’re going to hit the ground running in this lesson. By the end, we will have accomplished the following goals:
- Added Jest to an existing Vue application using Vue CLI
- Learned how to test any application like a user
- Refactored a difficult-to-test component to be agnostic to its environment
- Written resilient assertions that test a component’s public API instead of its internals
Because this course is