Purpose
Run unit tests, report failures with enough detail to debug, then (with approval) fix issues and re-run to confirm.
Arguments
--scope <target>— Limit toapps/web,packages/shared, orall(default: all)--no-fix— Report only, don't offer to fix
Workflow
1. Run tests
# All tests
pnpm test
# With coverage (if configured)
pnpm test -- --coverage
# Scoped
pnpm -C apps/web test
pnpm -C packages/shared test
2. Report results
Include:
- Pas
[Description truncada. Veja o README completo no GitHub.]