default:
	npm install --no-fund
	./node_modules/.bin/mocha

.PHONY: default
