test:
	@./node_modules/.bin/mocha \
				-u tdd \
				--ui exports \
				--reporter spec \
				--slow 1000ms \
				--bail

.PHONY: test
