UNPKG
engine.io-rooms
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Simple rooms wrapper for engine.io
github.com/cayasso/engine.io-rooms
cayasso/engine.io-rooms
engine.io-rooms
/
Makefile
9 lines
(6 loc)
•
103 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
REPORTER = spec
test:
@./node_modules/.bin/mocha \ --reporter
$(REPORTER)
\ --bail
.PHONY
: test