Skip to content

Commit 7e0f3f8

Browse files
authored
Update .cursorrules
1 parent 1b40cf2 commit 7e0f3f8

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.cursorrules

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,6 @@
7474
- /uploads (production)
7575
- /local_uploads (local development)
7676

77-
# Testing
78-
- Tests are mandatory for all new features
79-
- Test files location:
80-
- Unit tests: __tests__/unit/
81-
- Integration tests: __tests__/integration/
82-
- E2E tests: __tests__/e2e/
83-
- Test naming convention:
84-
- Unit tests: [feature].test.js
85-
- Integration tests: [feature].integration.test.js
86-
- E2E tests: [feature].e2e.test.js
87-
- Test coverage requirements:
88-
- Minimum 80% coverage for new features
89-
- Must include happy path and error cases
90-
- API endpoints must have integration tests
91-
9277
# Documentation
9378
- Main README.md in root focuses on production deployment
9479
- Development documentation in /dev/README.md
@@ -127,4 +112,4 @@
127112
- Keep functions small and focused
128113
- Maximum line length: 100 characters
129114
- Use modern JavaScript features appropriately
130-
- Prefer clarity over cleverness
115+
- Prefer clarity over cleverness

0 commit comments

Comments
 (0)