Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 333 Bytes

File metadata and controls

18 lines (12 loc) · 333 Bytes

node-mocha-when-example

This project shows a basic example of a node project that uses mocha, squirejs and when.

In order to run tests you should first install mocha and the dependencies using npm install as follows:

npm install
npm install -g mocha

Then run the tests using mocha

mocha