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