testing recipe:
  cd .. && mocha
debugging recipe:
  cd .. && (node-inspector > /dev/null)& mocha --debug-brk [test/validation-test.js]
  in chromium, go to <http://127.0.0.1:8080/debug?port=5858>

