test:
	./node_modules/.bin/mocha \
		--reporter list

.PHONY: test
