fac19 / week11-where-is-whippy

An ice cream truck finder to connect local ice cream vendors with customers
https://where-is-whippy.netlify.app
1 stars 3 forks source link

Testing. #79

Open Roger-Heathcote opened 4 years ago

Roger-Heathcote commented 4 years ago
- Good to see you have some backend testing setup.
- I like that you have a test-cov script in yourpackage.json. I didn't know Jest had that built in - thanks!
- There could be more tests, especially of your routes and unhappy paths.
- The postman suite was really helpful thanks!