team-genny / genny

0 stars 1 forks source link

Write unit tests for API services and controllers #31

Open fergcb opened 4 months ago

fergcb commented 4 months ago

There are currently no unit tests for controller and service functions in the API code. There should be a suite of tests to cover these functions, mocking the database where necessary to ensure they are truly isolated component tests.