| description | Overview of the project structure and the tools, libraries, and frameworks used in the project. |
|---|---|
| applyTo | ** |
- Write the test first:
- Frontend: use Vitest.
- Backend: use xUnit or MsTest (based on project).
- Name tests clearly:
shouldDoSomethingWhenCondition().
- Generate code with Copilot based on the test.
- Run tests and iterate until all pass.
This ensures reliability and confidence when adding new features.