damoclark / buzzer.click

Buzzer.click is an online synchronous quiz game that implements a fun ‘buzzer’ type system, such that during a contested response to a question, the first person to ‘buzz’ is identified and thus has first opportunity to answer.
8 stars 3 forks source link

Implement testing base #6

Closed pleb closed 8 years ago

pleb commented 8 years ago

Hey @nick2170, I've set up Mocha and Should. I've include two unit tests, one for BDD and the other for functional, but we can remove these when we first put our own in their place. They're just there so that we can run the two npm test scripts and see test output. Wade

nick2170 commented 8 years ago

Yep, happy with this as well