Simplified run instructions for mocha test.

This commit is contained in:
Lorian 2014-02-08 20:19:01 -08:00
parent 82b58a7435
commit 914400e159

View file

@ -1,7 +1,5 @@
### Must install: ###
### sudo npm install -g mocha ###
### npm install sinon ###
### Run with mocha algos.mocha.coffee --compilers coffee:coffee-script ###
### Install: npm install --dev ###
### Run: npm test ###
_ = require 'lodash'
expect = require 'expect.js'