polyhack / nodejsau

11 stars 32 forks source link

Post: Testing NodeJS with Mocha, Should, Sinon, and JSCoverage #25

Open mlilley opened 10 years ago

mlilley commented 10 years ago

Mocha is a popular testing framework for testing NodeJS apps.

In a presentation to the Melbourne NodeJS meetup, I showed how to get up and running with Mocha and related tools (Should, Sinon, and JSCoverage).

Slides and accompanying sample projects are here:

Enjoy!