Section 1 - Composition API and Testing Basics

Our First Test

We write a test for the Timeline component, the first of many tests we will be writing throughout the course. We learn about Vue Test Utils, the official testing library for Vue.js, along with some best practices for element assertions along the way.

The source code for the project at this point is found here.

1.0
Prerequesite Knowledge and Housekeeping
6:04
1.1
Creating the Timeline Component
6:13
1.2
Our First Test
6:11
1.3
Reactive Updates using ref
3:53
Synchronous Tests, Asynchronous Vue
6:01
Getting Started with TDD
3:31
Filtering Posts with Computed
6:51
Refactoring with Confidence
6:27