set -e
cp -a debian/tests/test_modules node_modules
tsc -p test/tsconfig.json
mocha --check-leaks -R spec -t 20000 test/*.test.js
rm -rf node_modules
