BMAD-METHOD/.claude/rules/sveltekit-restful-api-tailw.../testing-guidelines.mdc

8 lines
339 B
Plaintext

---
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)