first commit
This commit is contained in:
10
Swoft_BackEndApi/app/Utils/bmob/doc_develop/Makefile
Normal file
10
Swoft_BackEndApi/app/Utils/bmob/doc_develop/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
TESTS = test/*.js
|
||||
REPORTER = spec
|
||||
TIMEOUT = 5000
|
||||
MOCHA = ./node_modules/mocha/bin/mocha
|
||||
|
||||
test:
|
||||
@npm install
|
||||
@$(MOCHA) --reporter $(REPORTER) --timeout $(TIMEOUT) $(MOCHA_OPTS) $(TESTS)
|
||||
|
||||
.PHONY: test
|
||||
Reference in New Issue
Block a user