Skip to content

tommystanton/tdd-of-web-apps-in-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tdd-of-web-apps-in-node

Here lies the source code of the examples shown in "Test-driven Development of Web Apps in Node.js".

Setup

After you clone this Git repository, cd into it, then...

...pull in the dependencies:

$ npm install

...and try to run the test suite (using the locally-installed Mocha):

$ node_modules/.bin/mocha -R spec

About

Source code examples for a "Test-driven Development of Web Apps in Node.js" presentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published