Repository URL to install this package:
|
Version:
2.2.2 ▾
|
socket.io-parser
/
Makefile
|
|---|
REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
--bail \
test/index.js
@./node_modules/.bin/zuul -- test/index.js
.PHONY: test