VisionFTF / express-admin / node_modules / pwd / Makefile
Makefile
Raw
test:
	@./node_modules/.bin/mocha \
		--require should \
		--slow 2000 \
		--reporter spec

.PHONY: test