A project to learn TDD with JavaScript and JsTestDriver.
ant compile
This will create public/mysmus.js
. Run it in your Browser via public/index.html
.
java -jar lib/JsTestDriver-1.3.2.jar --port 42442 --browser `which firefox`,`which chromium-browser` &
java -jar lib/JsTestDriver-1.3.2.jar --tests all
ant deploy-local
This will copy the public
folder to /var/www
.