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

.PHONY: test