Motivation
We'd like to have comprehensive unit and integration tests so we can rely on automated testing when making changes.
Acceptance Criteria
- Unit tests are written for units providing function and logic.
- Integration tests are written for all scenarios/use cases that Janet covers.
Out of scope
- CI, as it does not exist (yet)
Motivation
We'd like to have comprehensive unit and integration tests so we can rely on automated testing when making changes.
Acceptance Criteria
Out of scope