Files
socket.io/Makefile
TJ Holowaychuk 872de89f6c Added tests
2012-05-03 10:41:42 -07:00

7 lines
89 B
Makefile

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