Documentation; make test file executable, jshint tests, add a gitignore

This commit is contained in:
Lorenz Hübschle-Schneider 2014-08-09 13:54:11 +01:00 committed by David Cormier
commit f2bfb3444e
3 changed files with 5 additions and 3 deletions

2
run_tests.sh Normal file → Executable file
View file

@ -1,2 +1,2 @@
./node_modules/.bin/jshint js/*
./node_modules/.bin/jshint js/*.js test/unit/*.js
npm test