if test "$AUTOPKGTEST_TMP" != ""; then
	rm -rf lib
	tsc
fi
mocha lib/test/run.js --bail
