Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app.
The skill is based on Vitest 3.x, generated at 2026-01-28.
| Configuration | Vitest and Vite config integration, defineConfig usage | core-config | | CLI | Command line interface, commands and options | core-cli | | Test API | test/it function, modifiers like skip, only, concurrent | core-test-api | | Describe API | describe/suite for grouping tests and nested suites | core-describe |
Cadre de tests unitaires rapides Vitest optimisé par Vite avec API compatible Jest. À utiliser lors de l'écriture de tests, de simulations, de la configuration de la couverture ou de l'utilisation de filtrages et d'appareils de test. Source : workleap/wl-squide.