test:
	./node_modules/mocha/bin/_mocha -R spec -r should test --recursive

.PHONY: test
