test:
	@./node_modules/.bin/mocha test.js --reporter spec --require should

.PHONY: test