CodeBrowser / npm / vitest
vitest@4.1.10
// Next generation testing framework powered by Vite
$ npm install vitest
downloads/wk
73,115,576
license
MIT
version
4.1.10
published
Jul 6, 2026
What is vitest?
Vitest is a testing framework built on top of Vite that provides fast unit and integration testing for JavaScript and TypeScript projects. Developers use it as a modern alternative to Jest, offering quicker test execution through Vite's efficient module handling and better integration with Vite-based projects. It supports most Jest-compatible APIs, making it straightforward to migrate existing test suites.
Keywords
#vite #vitest #test #jest
Maintainers
ariperkkio, antfu, hiogawa, oreanno, yyx990803