You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a full-fledged unit test for the GET /api/outfits route. This unit test should follow best practice standards for what a unit test is: ensure that all functions called by route are mocked (use the factory objects to your advantage here). This test may end up being quite simple considering that the route is just a wrapper for a drizzle query. Research best standards for writing unit tests. Make sure to test for ALL edge cases.
Description
Create a full-fledged unit test for the GET /api/outfits route. This unit test should follow best practice standards for what a unit test is: ensure that all functions called by route are mocked (use the factory objects to your advantage here). This test may end up being quite simple considering that the route is just a wrapper for a drizzle query. Research best standards for writing unit tests. Make sure to test for ALL edge cases.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: