Files
socket.io/Makefile
2012-12-24 19:50:13 -03:00

11 lines
120 B
Makefile

REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
--slow 200ms \
--bail
.PHONY: test