You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: extract reset_templates_dir method in TemplateManager
- Add reset_templates_dir() method that combines clean_templates_dir() and ensure_templates_dir()
- Extract clean_and_prepare_templates() method in e2e_tests.rs to improve code organization
- Add comprehensive unit tests for the new reset functionality
- Improve code reusability and maintainability by centralizing template directory reset logic
0 commit comments