testing
Installation
SKILL.md
Testing
Simple wrapper that runs npm test and reports the result concisely. For wider validation (lint + types + tests), use validate-code. For coverage analysis, use coverage.
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 their file paths
- Stop — do not modify tests, do not commit, do not push