if test "$AUTOPKGTEST_TMP" != "" ; then
	rm -f src/feature.test.js
else
	exit 0
fi
uvu -i region.test.js . '.test.js' || exit 77
