JulianNorton / weather-10kb-wxkb

Weather forecast that's high performance and accessible
https://wxkb.juliannorton.com
GNU General Public License v2.0
152 stars 49 forks source link

Update project documentation for how to run unit tests #140

Closed JulianNorton closed 7 years ago

JulianNorton commented 7 years ago

We have working unit tests thanks to @Tardog. The wiki needs to be updated to help developers understand and use them

https://github.com/JulianNorton/weather-10kb/wiki

DARK_SKY_API_KEY=************ GOOGLE_API_KEY=************ ./node_modules/.bin/mocha

loctn commented 7 years ago

Done.