UNPKG

jpush-sdk-cube

Version:

JPush's officially supported Node.js client library.

11 lines (8 loc) 208 B
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