mkb93 / RecipeApp

0 stars 0 forks source link

incorporate testing for backend #6

Open mkb93 opened 7 months ago

mkb93 commented 7 months ago

Worked with peter at codebar who helped me understand why testing frameworks are better than just writing console.logs in seperate files.used supertest to incorporate some get request to simulate the standard get requests that i would usually interact with. peter recommends a testing first approach(test first so you can messy with your coding)