tomoakley / freemeals.uk

MIT License
9 stars 10 forks source link

add unit tests #75

Open tomoakley opened 3 years ago

tomoakley commented 3 years ago

We have no tests right now, which makes merging a bit scary. Would be good if we had some unit tests, especially for data fetching, geo/postcode search and some basic render tests.

freaksauce commented 3 years ago

I've started the ball rolling with some super simple unit tests for the utils functions (https://github.com/tomoakley/freemeals.uk/pull/84), I wasn't sure how you wanted to structure the app in terms of having the spec files next to the js files or inside their own dir but happy to change to your preferred method

tomoakley commented 3 years ago

thanks for making a start on them @freaksauce. I don't mind how they're structured, as long as it's consistent throughout the app.