test

Installation
SKILL.md

Test Running

Commands (Node/Frontend - Vitest)

  • npm test - run tests
  • npm run test:watch - watch mode
  • npm run test:ci - with coverage

Workflow

  1. Run npm test
  2. Report results concisely
  3. Show failing test names and file paths

Rules

  • Default to npm test
  • Don't modify tests unless requested
Installs
1
GitHub Stars
10
First Seen
Feb 13, 2026
test — helderberto/skills