-
-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Description
The repository currently has no automated tests, which poses risks for code quality and makes it difficult to catch regressions.
problem
- No test files found (
.test.*,.spec.*) - No testing framework configured (Vitest, Jest, Playwright)
- CI pipeline only runs
check,lint, andbuild- no test execution - package.json has no test scripts
Impact
- No automated verification of functionality
- Higher risk of regressions when making changes
- Difficult to maintain code quality as project grows
- Contributors cannot verify their changes don't break existing features
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog