testing
Installation
SKILL.md
Testing
Commands
| Script | Command |
|---|---|
| run | npm test |
| watch | npm run test:watch |
| ci+coverage | npm run test:ci |
Workflow
- Run
npm test - Report results concisely: show failing test names and file paths
Rules
- Default to
npm test - Don't modify tests unless requested