Feature Request
Description
To ensure the reliability of repopilot and prevent regressions as new features are added, we need a robust unit testing foundation.
Proposed Solution
- Set up a testing framework (e.g., Vitest, Jest, or the standard test framework for this tech stack).
- Add initial unit tests covering the core utility functions or main logic.
- Add a
test command to easily run the test suite locally.
Benefits
- Catches bugs early in development.
- Makes it safer to refactor code in the future.
Could you please assign this issue to me and add the ELUSOC label? I have the tests ready to push in a PR. Thanks! 🚀
Feature Request
Description
To ensure the reliability of
repopilotand prevent regressions as new features are added, we need a robust unit testing foundation.Proposed Solution
testcommand to easily run the test suite locally.Benefits
Could you please assign this issue to me and add the
ELUSOClabel? I have the tests ready to push in a PR. Thanks! 🚀