
test:
	@./node_modules/.bin/mocha \
		--harmony-generators \
		--require co-mocha \
		--reporter spec

.PHONY: test
