test-all:
	@./node_modules/.bin/mocha -u bdd --reporter spec

.PHONY: test-all