vitest
Fast Vite-powered testing framework for modern JavaScript projects
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Vitest?โผ
Run `npx skills add vitest-dev/vitest --all -g -y` in your terminal to install all tools in this suite globally.
What is Vitest used for?โผ
Vitest is a testing framework for JavaScript and TypeScript projects that runs unit, component, and browser tests using your existing Vite setup.
Is Vitest compatible with Jest?โผ
Yes. Vitest offers Jest-compatible APIs for assertions, mocking, spies, and snapshots, so most Jest tests migrate with minimal changes.
Does Vitest support TypeScript and ESM?โผ
Yes. Vitest is ESM-first with out-of-the-box TypeScript and JSX support, plus type-level testing through expect-type.
Can Vitest run tests in a real browser?โผ
Yes. Browser Mode lets you run component tests for Vue, React, Svelte, and other frameworks in real browsers via Playwright.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core