BMAD-METHOD/.claude/rules/angular-novo-elements-curso.../debugging-and-testing-rules...

7 lines
256 B
Plaintext

---
description: Specifies practices for debugging and testing, including logging, unit tests, and ensuring all tests pass.
globs: **/*.*
---
- Include debug information in log files.
- Write unit tests for new code.
- Ensure all tests pass before merging.