if test "$AUTOPKGTEST_TMP" != ""; then
	rm -f lib
	tsc -p .
fi
mocha ./lib/tests/**/*.js
