add cursor

This commit is contained in:
2025-09-26 19:49:56 +07:00
parent ae7f2cd114
commit 5deae69553
54 changed files with 2763 additions and 6644 deletions

View File

@@ -0,0 +1,8 @@
---
description: Sets standards for testing NestJS applications, including unit, integration, and end-to-end tests, plus the use of Jest.
globs: **/*.spec.ts
---
- Use the standard Jest framework for testing.
- Write tests for each controller and service.
- Write end to end tests for each api module.
- Add a admin/test method to each controller as a smoke test.