test: @NODE_ENV=test ./node_modules/.bin/mocha \ --reporter spec \ --timeout 10s \ --slow 500ms \ --require ./test/common.js .PHONY: test