MOCHA = ./node_modules/.bin/mocha

test:
	@${MOCHA}

.PHONY: test