Setup
Let's kick things off by getting your more productive with Vitest. Specifically, focusing on the following areas:
- Make you write, iterate, and debug tests faster;
- Reuse Vitest for testing different code with different requirements;
- Help you find problematic areas in your code with code coverage.
Every exercise in this block will focus on one of the topics above. It's time for you to switch to the
/playground
directory and let the workshop commence!