Open Issues Need Help
View All on GitHubAI Summary: Implement comprehensive integration tests for the CrewSpace MERN stack application's APIs and middleware using Jest, Supertest, and Docker. This involves testing authentication, workspace, member, project, and task APIs, ensuring correct status codes, response payloads, and middleware functionality. A dedicated test database and `docker-compose.test.yml` are required for setup and teardown.
Complexity:
4/5
good first issue
TypeScript
#express-js#mongodb#mongoose#nodejs#react#shadcn-ui#tailwind-css#typescript
add code coverage thresholds 3 months ago
AI Summary: Add code coverage thresholds (70% for branches, functions, lines, and statements) to the CrewSpace project's CI pipeline to ensure sufficient test coverage before merging code changes. This involves configuring the testing framework to report coverage and integrating these thresholds into the CI process.
Complexity:
3/5
enhancement good first issue
TypeScript
#express-js#mongodb#mongoose#nodejs#react#shadcn-ui#tailwind-css#typescript