Current File : //usr/local/share/.config/yarn/global/node_modules/thunkify/Makefile
test:
	@./node_modules/.bin/mocha \
		--require should \
		--reporter dot \
		--bail

.PHONY: test