Introduction
When you write code, you want to make sure it works correctly. Testing your code manually by clicking around your website can work, but it’s slow and you might miss things. This is where automated testing comes in.
In this module, we’ll learn about unit testing with Vitest - a tool that helps us automatically check if our code works the way it should.