
test:
	@./node_modules/.bin/mocha

lint:
	@./node_modules/.bin/standard | ./node_modules/.bin/snazzy

.PHONY: test
