UNPKG
jpush-sdk-cube
Version:
latest (3.2.2)
3.2.2
3.2.1
JPush's officially supported Node.js client library.
www.jpush.cn
jpush/jpush-api-nodejs-client
jpush-sdk-cube
/
Makefile
11 lines
(8 loc)
•
208 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
TESTS = test/*.tests.js REPORTER = spec TIMEOUT = 60000 MOCHA = ./node_modules/mocha/bin/mocha
test:
@npm install @
$(MOCHA)
--reporter
$(REPORTER)
--timeout
$(TIMEOUT)
$(MOCHA_OPTS)
$(TESTS)
.PHONY
: test