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

Create seperate folders for model and handler tests #88

Closed Joepock123 closed 4 years ago

Joepock123 commented 4 years ago

Split the model and handler functions into different files and refactor the test descriptions to be more clear on what the tests are doing.

Reduced number of arguements in the .addNewCustomerLocation() handler based on structure of other handler and model functions (an object as the argument).