From 7e0f3f85d7903fba50a5ce9c6921434b76417ecd Mon Sep 17 00:00:00 2001 From: Greirson Lee-Thorp Date: Sun, 16 Feb 2025 23:57:03 -0800 Subject: [PATCH] Update .cursorrules --- .cursorrules | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.cursorrules b/.cursorrules index ce022f6..f8a288a 100644 --- a/.cursorrules +++ b/.cursorrules @@ -74,21 +74,6 @@ - /uploads (production) - /local_uploads (local development) -# Testing -- Tests are mandatory for all new features -- Test files location: - - Unit tests: __tests__/unit/ - - Integration tests: __tests__/integration/ - - E2E tests: __tests__/e2e/ -- Test naming convention: - - Unit tests: [feature].test.js - - Integration tests: [feature].integration.test.js - - E2E tests: [feature].e2e.test.js -- Test coverage requirements: - - Minimum 80% coverage for new features - - Must include happy path and error cases - - API endpoints must have integration tests - # Documentation - Main README.md in root focuses on production deployment - Development documentation in /dev/README.md @@ -127,4 +112,4 @@ - Keep functions small and focused - Maximum line length: 100 characters - Use modern JavaScript features appropriately -- Prefer clarity over cleverness \ No newline at end of file +- Prefer clarity over cleverness