New test runner for Mocha

This commit is contained in:
David Schwartz
2013-09-24 16:01:43 -07:00
parent 794cd03b8f
commit ac90baa831

7
test/runall.sh Normal file → Executable file
View File

@@ -1,5 +1,4 @@
#!/bin/bash
for f in test/*.js
do
node $f
done
mocha --ui tdd --reporter xunit --timeout 10000 test/*-test.js