Vitest

A blazing-fast unit testing framework powered by Vite, with Jest-compatible APIs out of the box.

Tool
npm
v4.1.11
16,971stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
93/100Excellent
Development Activity100
Maintenance100
Community76
Maturity56
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
89/100Excellent
Architecture88
Code Quality90
Innovation88
Learning Curve90

Vitest is a next-generation testing framework built directly on Vite’s transform pipeline, so test files run through the exact same config, plugins, and module resolution as your application code. It ships a Jest-compatible API (describe, it, expect, vi.fn) backed by Chai assertions, meaning most existing suites port over with little to no rewriting. Beyond unit tests, Vitest bundles native code coverage, in-source testing, TypeScript type-checking as a test mode, benchmarking via Tinybench, and a real Browser Mode for running DOM/component tests inside actual browsers rather than a simulated environment.

What You Get

  • A Jest-compatible API (describe, it, expect, vi.fn) with Chai assertions under the hood, so most existing test suites port over with minimal changes
  • Instant, HMR-like watch mode that only reruns tests affected by a changed module
  • Native code coverage via V8 or Istanbul, plus in-source testing and TypeScript type-checking as a first-class test mode
  • A real Browser Mode for running component and DOM tests inside actual browsers via Playwright, Preview, or WebdriverIO
  • Built-in workspace/projects support to run multiple test configurations (unit, browser, e2e) from one CLI invocation

Common Use Cases

  • Unit and integration testing for Vite-based frontend apps (Vue, React, Svelte, Solid) that want zero extra config
  • Migrating an existing Jest test suite to a faster, ESM-native runner without rewriting test syntax
  • Component testing in a real browser environment via Vitest Browser Mode instead of a simulated DOM
  • Benchmarking hot code paths with the built-in Tinybench-powered bench() API alongside regular tests

Under The Hood

Architecture - Vitest’s core lives in packages/vitest/src, split into node/ (the orchestrator: config resolution, per-project management via TestProject, process pools in node/pools, reporters, and coverage-provider wiring) and runtime/ (test execution: runners that execute suites inside worker or VM contexts using a moduleRunner/moduleEvaluator to instrument ESM modules). The monorepo’s packages/ directory holds 14 sibling packages — @vitest/expect (assertions), @vitest/mocker, @vitest/snapshot, @vitest/spy, @vitest/pretty-format, @vitest/utils, @vitest/browser plus browser-playwright/browser-preview (Browser Mode), coverage-istanbul/coverage-v8, @vitest/ui, and web-worker. The CLI entry (vitest.mjs) drives node/cli, which builds a Vitest instance (core.ts) that attaches a Vite dev server, creates a ModuleRunner per project, and schedules test files across worker pools, streaming results back through a Report abstraction to pluggable reporters. Multi-project support (node/projects, TestProject) lets one config fan out to multiple named test projects or workspaces.

Tech Stack - The codebase is 95%+ TypeScript, built with Rollup (plus rollup-plugin-dts and unplugin-isolated-decl/unplugin-oxc for isolated declaration emission) across a pnpm workspace that uses catalog: version pinning for shared dependencies. Runtime dependencies include Chai for assertions, Tinybench for benchmarking, and the team’s own tinyexec/tinyglobby/tinyrainbow utility family, alongside es-module-lexer and magic-string for source transforms and picomatch for glob filtering. Vite itself is a peer dependency (^6.4.0 || ^7.0.0 || ^8.0.0), and optional peers cover browser automation, V8/Istanbul coverage, and OpenTelemetry tracing. Node engines require ^22.12.0, ^24.0.0, or >=26.0.0, reflecting an ESM-first, modern-Node-only design.

Code Quality - The monorepo contains 946 test/spec files across a dedicated test/ tree (unit, browser, e2e, node-runner, workspaces, typescript, ui, test-utils) and dogfoods itself — its own CI runs Vitest’s unit suite via pnpm’s own test pipeline. Sampled core files (e.g. node/core.ts) show consistent use of import type separated from value imports, descriptive naming, and centralized typed error handling (a dedicated errors.ts with types like FilesNotFoundError). CI enforces typecheck, lint, build, and the full test suite before merge, and a 16KB+ CONTRIBUTING.md documents workspace layout and testing conventions in depth.

API Design - Vitest’s public API is deliberately Jest-compatible (describe/it/expect/vi.fn mirror Jest’s shape), minimizing migration friction while adding native ESM, top-level await, and TypeScript support without extra transpilation config. Zero-config startup for Vite-based projects is a strong DX win since it can reuse an existing vite.config.ts. The package.json exports map is intricate (separate subpaths for /browser, /config, /node, /runtime, /worker, plus internal-only entries), giving power users fine control at the cost of extra surface area for newcomers. Documentation is extensive — 130+ markdown files under docs/ across guide/config/api/blog sections, plus 8 example projects (basic, fastify, lit, opentelemetry, profiling, projects, typecheck, in-source-test).

Used by 276 apps in this directory

TypeScript
76%
AGPL 3.0

Abby

Developer Tools · Product Management

167

Statically typed feature flags, remote config, and A/B testing with framework-native SDKs for TypeScript teams.

View details
30
Repo Health
70
Technical
63
Dependency
Built with
TypeScript76%
MDX18%
Updated 1 years ago
TypeScript
99%
Other

Activepieces

Automation · AI Assistants

23,887

Open-source AI automation platform that converts 280+ workflow integrations into MCP servers for LLMs, with no-code builders and TypeScript extensibility.

View details
92
Repo Health
85
Technical
65
Dependency
Built with
TypeScript99%
Updated today
TypeScript
94%
MIT

Actual

Invoicing Finance

28,224

Local-first personal finance with envelope budgeting, end-to-end encryption, and multi-device sync — no subscription required.

View details
93
Repo Health
85
Technical
77
Dependency
Built with
TypeScript94%
Updated yesterday
TypeScript
88%
Other

AFFiNE

Productivity · Project Management · Note Taking

71,668

Write, draw, and plan in one infinite canvas — the open-source alternative to Notion and Miro that keeps your data yours.

View details
91
Repo Health
87
Technical
68
Dependency
Built with
TypeScript88%
Updated today
Python
66%
Apache 2.0

Agent Control

AI Agents

295

An open-source runtime control plane for AI agents — define safety guardrails once, apply them across agents built on LangChain, CrewAI, Google ADK, or AWS Strands, and update controls without redeploying code.

View details
79
Repo Health
71
Technical
70
Dependency
Built with
Python66%
TypeScript33%
Updated yesterday
Python
99%
MIT

Agent Lightning

AI Development

17,500

A Microsoft-built training framework that optimizes AI agents with reinforcement learning, automatic prompt optimization, or supervised fine-tuning — with near-zero code changes to your existing agent, in any framework.

View details
84
Repo Health
68
Technical
69
Dependency
Built with
Python99%
Updated today
TypeScript
59%
Other

agenta

Developer Tools · Devops · AI Development

4,489

The open-source LLMOps platform unifying prompt engineering, evaluation, and observability for teams building reliable LLM applications.

View details
91
Repo Health
77
Technical
67
Dependency
Built with
TypeScript59%
Python39%
Updated today
TypeScript
83%
Apache 2.0

agentmemory

AI Agents

27,166

Persistent memory for AI coding agents — built on the iii engine, it works across Claude Code, GitHub Copilot CLI, Cursor, Gemini CLI, Codex CLI, and any MCP client, so agents stop needing everything re-explained every session.

View details
81
Repo Health
69
Technical
81
Dependency
Built with
TypeScript83%
Updated 2 days ago
TypeScript
86%
MIT

Agents Observe

Developer Tools

652

A real-time, fully local observability dashboard for Claude Code and Codex agent sessions — filtering, search, session replay, and token/cost breakdowns via an auto-starting MCP server.

View details
71
Repo Health
67
Technical
77
Dependency
Built with
TypeScript86%
JavaScript11%
Updated 4 weeks ago

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search