
test:
	@./node_modules/.bin/mocha \
		--ui exports

.PHONY: test