m0nq / portfolio

Where all the code lives for my professional portfolio and blog
https://monkwellington.com
MIT License
0 stars 0 forks source link

[User Story]: As a developer, I want to add unit and integration tests to ensure code functionality and catch bugs early on. (Connects to: Use testing) #30

Closed m0nq closed 6 months ago

m0nq commented 6 months ago

As a developer, I want to add unit and integration tests to ensure code functionality and catch bugs early on.

Estimated Time

TBD

Acceptance Criteria

Automated tests are run via GH actions with >90% test coverage.

m0nq commented 6 months ago

Part of epic #8