Citrus216 / promptly

A gamified journaling app that sparks daily creativity and idea generation through engaging prompts and social features
1 stars 0 forks source link

Unit Testing for all endpoint and helper functions #32

Open RyanTavol opened 5 months ago

RyanTavol commented 5 months ago

All the helper functions and api endpoints should have associated unit tests so that we know that they are functional.

Postman / insomnia http tests are fine for initial development, but is not a long term strategy.