filmov
tv
Quickly Test your Apps with Vitest

Показать описание
Testing is integral to many large web applications because software is dynamic with a lot of moving parts and requirements that evolve over time.
Essentially, we write tests to identify potential bugs before shipping an application to its users and also to improve the maintainability of our codebase.
In this Vue Mastery course taught by David Nwadiogbu, we’re taking a look at Vitest: a testing framework powered by the blazing-fast build tool, Vite.
0:00 Intro
0:15 Building our component
1:33 Installing our testing dependencies
2:40 What should we test?
3:11 Building our Unit Tests
9:40 Our complete test file