Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Vitest

porsupabase·supabase· v1.0.0 · atualizado em 2026-04-10
82
Score

Vitest is a fast unit testing framework powered by Vite with a Jest-compatible API. Use it for writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

vitestunit-testingtesting-frameworkjavascriptvitetest-automationcode-quality
Linguagens
JavaScriptTypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdvitest/workflow
1
Install Vitest: — Add Vitest as a dev dependency to your project using npm or yarn.
2
Configure Vitest: — Create a `vitest.config.js` or `vitest.config.ts` file and configure Vitest using `defineConfig`.
3
Write Tests: — Create test files (e.g., `*.test.js` or `*.spec.ts`) and write tests using Vitest's API (`test`, `expect`, `describe`).
4
Run Tests: — Execute the tests using the Vitest CLI (`vitest` or `vitest run`).
5
Analyze Results: — Review the test results in the console or a reporter.
6
Debug Failures: — Investigate and fix any failing tests.
7
Generate Coverage: — Configure and generate code coverage reports using Vitest's built-in coverage tools.
8
Refactor and Improve: — Refactor tests and code based on test results and coverage reports.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Depende deVitest
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
82
Depende de ←n8n Quick Reference
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
78
Depende de ←Nuxt UI Development
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
84
Depende de ←Mastering Modern TypeScript
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←QA Expert
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar a ←Anti-Detect Browser Automation with camoufox-cli
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
77
Similar a ←Test-Driven Development (TDD)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←Root Cause Tracing
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar a ←Go Testing
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar a ←Testing Skills With Subagents
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar a ←Fix Tests
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Vitest
vitest
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers7
write unit tests with Vitestconfigure Vitest for a projectrun tests using Vitestmock modules in Vitestgenerate code coverage reports with Vitestuse Vitest for snapshot testingfilter tests in Vitest

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download vitest
$ synaptic skills detail vitest
$ synaptic skills live vitest

Dependências

vitestvite

Links

GitHub Repository