Skip to content
Lance Pollard edited this page Apr 12, 2012 · 1 revision

Testing with Mocha

This command will watch the test directory, and anytime you save a file it will execute the tests.

mocha $(find test -name "*Test.coffee") -r coffee-script $@ -w

Tower.js

Everything here will be reflected on http://towerjs.org/guides.

Clone this wiki locally