[refactor] Reorganize CLAUDE.md into hierarchical subdirectory files (#4640)

This commit is contained in:
Chenlei Hu
2025-08-02 22:52:33 -04:00
committed by GitHub
parent 907662a42b
commit 934f2674e9
5 changed files with 169 additions and 58 deletions

13
tests-ui/CLAUDE.md Normal file
View File

@@ -0,0 +1,13 @@
# Unit Testing Guidelines
## Testing Approach
- Write tests for new features
- Run single tests for performance
- Follow existing test patterns
## Test Structure
- Check @tests-ui/README.md for guidelines
- Use existing test utilities
- Mock external dependencies