mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
14 lines
268 B
Markdown
14 lines
268 B
Markdown
# 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
|