BIN = ./node_modules/.bin/

test:
	@${BIN}mocha \
		--require should \
		--reporter spec

.PHONY: test