Loading
Current section: Moving to Vitest 3 exercises
lesson

Overview of Vitest

Transcript

00:00 All right, welcome to the final exercise of the Testing Fundamentals Workshop. You've learned a lot about the testing frameworks and how they work by building one of your own, but you won't be using quite that one to write your tasks. You would want something more powerful, battle-tested, and capable of running any task for any code you want. This is why in this exercise,

00:19 we will be migrating to Vitest. Vitest is a testing framework built on top of Vite, which offers great performance, familiar APIs if you've been using tools like Jest, and also is a fantastic software introducing your project. So there's no reason to wait. Let's jump right in.