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

.PHONY: test
