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

.PHONY: test
