jabraf-vitest
Installation
SKILL.md
jabraf-vitest
Adds Vitest to the current project via the baseVitestConfig factory from
@jabraf/dev. The factory takes
{ react?: boolean, coverage?: boolean, reporters?: string[] }; enable
react: true to load the React Testing Library setup.
Canonical setup lives in
packages/jabraf-dev/README.md.
When to load this skill
Load when the user's prompt mentions any of:
- "Vitest", "unit tests", "
vitest.config" - "React Testing Library" + "Vitest"
- "
@jabraf/devvitest", "jabraf vitest"