Lesson:Vitest configuration projects

In the previous lesson, the configuration (the vitest.config.ts file) was organised in a way that used a separate config file for Browser Mode and another for regular tests.

A more maintainable approach is to use Vitest projects. In this lesson we'll cover how to set them up.

Loading full lesson...