vitest
von supabase
Schnelles Unit-Testing-Framework von Vite unterstützt mit Jest-kompatibler API. Verwenden beim Schreiben von Tests, Mocking, Konfigurieren der Abdeckung oder Arbeiten mit Test…
npx skills add https://github.com/supabase/supabase --skill vitestVitest 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
| Topic | Description | Reference |
|---|---|---|
| Configuration | Vitest and Vite config integration, defineConfig usage | core-config |
| CLI | Command line interface, commands and options | core-cli |
| Test API | test/it function, modifiers like skip, only, concurrent | core-test-api |
| Describe API | describe/suite for grouping tests and nested suites | core-describe |
| Expect API | Assertions with toBe, toEqual, matchers and asymmetric matchers | core-expect |
| Hooks | beforeEach, afterEach, beforeAll, afterAll, aroundEach | core-hooks |
Features
| Topic | Description | Reference |
|---|---|---|
| Mocking | Mock functions, modules, timers, dates with vi utilities | features-mocking |
| Snapshots | Snapshot testing with toMatchSnapshot and inline snapshots | features-snapshots |
| Coverage | Code coverage with V8 or Istanbul providers | features-coverage |
| Test Context | Test fixtures, context.expect, test.extend for custom fixtures | features-context |
| Concurrency | Concurrent tests, parallel execution, sharding | features-concurrency |
| Filtering | Filter tests by name, file patterns, tags | features-filtering |
Advanced
| Topic | Description | Reference |
|---|---|---|
| Vi Utilities | vi helper: mock, spyOn, fake timers, hoisted, waitFor | advanced-vi |
| Environments | Test environments: node, jsdom, happy-dom, custom | advanced-environments |
| Type Testing | Type-level testing with expectTypeOf and assertType | advanced-type-testing |
| Projects | Multi-project workspaces, different configs per project | advanced-projects |
Mehr Skills von supabase
skill-creator
supabase
Umfassender Leitfaden zur Erstellung modularer Skills, die Claudias Fähigkeiten mit spezialisiertem Wissen und Arbeitsabläufen erweitern. Skills bestehen aus einer erforderlichen SKILL.md-Datei mit YAML-Frontmatter und Markdown-Anweisungen sowie optionalen gebündelten Ressourcen (Skripte, Referenzen, Assets), die nach Zweck organisiert und progressiv geladen werden, um Kontext zu sparen. Entwickeln Sie Skills anhand konkreter Nutzungsbeispiele; identifizieren Sie wiederverwendbare Skripte für deterministische Aufgaben, Referenzdateien für Domänenwissen und Assets für...
official
supabase
supabase
Verwenden bei JEDER Aufgabe, die Supabase betrifft. Auslöser: Supabase-Produkte (Datenbank, Authentifizierung, Edge Functions, Realtime, Storage, Vektoren, Cron, Warteschlangen); Client…
official
supabase-postgres-best-practices
supabase
Postgres-Leistungsoptimierungsregeln in 8 Prioritätskategorien, von Query-Tuning bis zu fortgeschrittenen Funktionen. Gegliedert in 8 Regelkategorien, priorisiert nach Auswirkung: Query-Leistung und Verbindungsverwaltung (kritisch), Sicherheit und RLS, Schema-Design, Nebenläufigkeit, Datenzugriffsmuster, Überwachung und fortgeschrittene Funktionen. Jede Regel enthält detaillierte Erklärungen, Beispiele für falsche vs. korrekte SQL-Abfragen, EXPLAIN-Ausgabeanalyse und Leistungskennzahlen zur Unterstützung von Optimierungsentscheidungen. Behandelt Query...
official
supabase-server
supabase
Verwenden beim Schreiben von serverseitigem Code mit Supabase — Edge Functions, Hono-Apps, Webhook-Handlern oder jedem Backend, das Supabase-Authentifizierung und Client-Erstellung benötigt.
official
dev-toolbar-review
supabase
Verwenden beim Überprüfen von PRs, die packages/dev-tools/, packages/common/posthog-client.ts betreffen.
official
e2e-studio-tests
supabase
Run e2e tests in the Studio app. Use when asked to run e2e tests, run studio tests, playwright tests, or test the feature.
official
studio-best-practices
supabase
React- und TypeScript-Best-Practices für Supabase Studio. Verwenden beim Schreiben
official
studio-e2e-tests
supabase
Schreibe und führe Playwright E2E-Tests für Supabase Studio aus. Verwende, wenn danach gefragt wird.
official