nodePong/node_modules/socket.io/node_modules/socket.io-adapter/node_modules/socket.io-parser/Makefile

12 lines
165 B
Makefile

REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
--bail \
test/index.js
@./node_modules/.bin/zuul -- test/index.js
.PHONY: test