docparse-upload-process
Version:
process upload api request for the docparse server
12 lines (11 loc) • 407 B
Plain Text
test:
mocha $(shell find test -name "*test.js") --test --reporter spec
exists:
mocha $(shell find test -name "*exists-test.js") --test --reporter spec
create:
mocha $(shell find test -name "*create-test.js") --test --reporter spec
remove:
mocha $(shell find test -name "*remove-test.js") --test --reporter spec
fetch:
mocha $(shell find test -name "*fetch-test.js") --test --reporter spec