mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
12 lines
165 B
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
|