File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 74
74
- /uploads (production)
75
75
- /local_uploads (local development)
76
76
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
-
92
77
# Documentation
93
78
- Main README.md in root focuses on production deployment
94
79
- Development documentation in /dev/README.md
127
112
- Keep functions small and focused
128
113
- Maximum line length: 100 characters
129
114
- Use modern JavaScript features appropriately
130
- - Prefer clarity over cleverness
115
+ - Prefer clarity over cleverness
You can’t perform that action at this time.
0 commit comments