if test "$AUTOPKGTEST_TMP" != ""; then
	find def gen lib types -type l -delete
	rm -f *.js *.d.ts
	tsc
fi
mocha
