vitest

Installation
SKILL.md

Vitest

Fast unit testing framework powered by Vite.

Quick Start

Setup

{
  "scripts": {
    "test": "bun vitest run",
    "test:watch": "bun vitest",
    "coverage": "bun vitest run --coverage"
  }
}

Config

Related skills
Installs
37
Repository
knoopx/pi
GitHub Stars
48
First Seen
Jan 24, 2026