set -e
export HOME=/tmp
ln -s debian/tests/test_modules node_modules
mocha
rm -f node_modules
