--- description: Defines testing guidelines, including using Vitest for unit and integration tests and aiming for high test coverage. This rule emphasizes the importance of thorough testing for code quality. globs: **/* --- - |- 5. Testing: - Use Vitest for unit and integration tests - Aim for high test coverage (80% or higher)