
test:
	@NODE_ENV=test ./node_modules/expresso/bin/expresso \
		-I ./node_modules \
		test/index.js

.PHONY: test
