📄 Makefile
/home/palash/git/site/node_modules/batch/Makefile
Language: text • Lines: 6

test:
	@./node_modules/.bin/mocha \
		--require should

.PHONY: test