Files
shadowsocks-over-websocket/node_modules/delegates/Makefile
VincentChanX 8d31c899b1 init
2017-04-06 09:21:19 +08:00

8 lines
100 B
Makefile

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