Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Rapid Testing with Vitest

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Expect for Errors In Tests

It's important to test that good input produces the correct results. It's also important, however to test that bad input throws helpful errors. In this lesson, learn how to test the failing state of the function implementation.