vitest

作成者: supabase

Viteを搭載した高速ユニットテストフレームワークで、Jest互換のAPIを備えています。テストの作成、モック、カバレッジ設定、テストの操作時に使用します。

npx skills add https://github.com/supabase/supabase --skill vitest

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.

Key Features:

  • Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates
  • Jest-compatible: Drop-in replacement for most Jest test suites
  • Smart watch mode: Only reruns affected tests based on module graph
  • Native ESM, TypeScript, JSX support without configuration
  • Multi-threaded workers for parallel test execution
  • Built-in coverage via V8 or Istanbul
  • Snapshot testing, mocking, and spy utilities

The skill is based on Vitest 3.x, generated at 2026-01-28.

Core

TopicDescriptionReference
ConfigurationVitest and Vite config integration, defineConfig usagecore-config
CLICommand line interface, commands and optionscore-cli
Test APItest/it function, modifiers like skip, only, concurrentcore-test-api
Describe APIdescribe/suite for grouping tests and nested suitescore-describe
Expect APIAssertions with toBe, toEqual, matchers and asymmetric matcherscore-expect
HooksbeforeEach, afterEach, beforeAll, afterAll, aroundEachcore-hooks

Features

TopicDescriptionReference
MockingMock functions, modules, timers, dates with vi utilitiesfeatures-mocking
SnapshotsSnapshot testing with toMatchSnapshot and inline snapshotsfeatures-snapshots
CoverageCode coverage with V8 or Istanbul providersfeatures-coverage
Test ContextTest fixtures, context.expect, test.extend for custom fixturesfeatures-context
ConcurrencyConcurrent tests, parallel execution, shardingfeatures-concurrency
FilteringFilter tests by name, file patterns, tagsfeatures-filtering

Advanced

TopicDescriptionReference
Vi Utilitiesvi helper: mock, spyOn, fake timers, hoisted, waitForadvanced-vi
EnvironmentsTest environments: node, jsdom, happy-dom, customadvanced-environments
Type TestingType-level testing with expectTypeOf and assertTypeadvanced-type-testing
ProjectsMulti-project workspaces, different configs per projectadvanced-projects

supabaseのその他のスキル

studio-e2e-tests
supabase
Supabase Studio向けのPlaywright E2Eテストを作成し実行します。依頼があった場合に使用します。
pm-the-docs
supabase
Docs-PMの「Write the docs」オーサリングプロセス向け意思決定支援 — FrameおよびShape段階で、オーディエンス、ステージ、横断的スコープの判断を行います、…
studio-best-practices
supabase
ReactおよびTypeScriptのSupabase Studio向けベストプラクティス。Studioコンポーネントの作成やレビュー時に使用します。ブール値の命名、コンポーネント構造などをカバーしています。
docs-content
supabase
Supabaseのコンテンツを、apps/docs内のどこでも作成、編集、整理、レビューできます。ガイド、解説、チュートリアル、トラブルシューティング項目、リファレンスドキュメントなど…
studio-mock-api-tests
supabase
Supabase Studioのコンポーネントテストで、MSWを使用してネットワーク層でAPIリクエストをモックします。React…を実行するコンポーネントテストの作成またはレビュー時に使用します。
studio-ui-patterns
supabase
Supabase StudioのデザインシステムUIパターン。ページ、フォーム、テーブル、チャート、空状態、ナビゲーション、カード、アラート、サイド…の構築または更新時に使用します。
react-hook-form
supabase
モノレポ内のあらゆる場所でReact Hook Formを正しく使用する方法 — データフロー、サブスクリプション、リセット、ダーティ状態、数値入力、制御された入力のルール。これを読み込む…
studio-queries
supabase
Supabase Studioにおけるデータ取得のReact Query規約。apps/studio/data/内のクエリフック、ミューテーションフック、またはクエリキーを作成またはレビューする際に使用します。—…