The app needs better test coverage. Every important route should at least be covered by integration tests (using a test database), including happy cases and error cases.
Since there is very little business logic - as opposed to framework code - testing isolated units should be considered only when integration testing doesn't cover everything.
The app needs better test coverage. Every important route should at least be covered by integration tests (using a test database), including happy cases and error cases.
Since there is very little business logic - as opposed to framework code - testing isolated units should be considered only when integration testing doesn't cover everything.