186 B
186 B
| paths |
|---|
| tests/**/* |
Testing Conventions
- Use
describe/itblocks with clear names - One assertion per test where practical
- Mock external services, not internal modules
| paths |
|---|
| tests/**/* |
describe/it blocks with clear names