test:
	./node_modules/.bin/mocha --timeout 3000 ./test/*.js

.PHONY: test
