codebuddies / greetbot

Slackbot for greeting new codebuddies users
MIT License
9 stars 14 forks source link

Add Testing Framework #7

Closed BethanyG closed 6 years ago

BethanyG commented 6 years ago

Need to add a testing framework for the generating and running of automated tests.

angelocordon commented 6 years ago

Working on this separately, will bring it over once I have something more stable.

Currently experimenting with Mocha, Chai and Supertest (seem like these are the go to testing frameworks for ExpressJS apps).

angelocordon commented 6 years ago

Currently reviewing @stain88's PR #61

stain88 commented 6 years ago

Good to close now that #61 is merged?