node-document-storage-nstore
Version:
Storage adapter `nstore` for `node-document` ODM for Node.js.
13 lines (9 loc) • 372 B
Plain Text
test:
make test-local
test-local:
(. ./.env && NODE_DOCUMENT_TEST_AUTH=false && ./node_modules/.bin/mocha ./test/index.js)
test-remote:
(. ./.env && NODE_DOCUMENT_TEST_AUTH=true && ./node_modules/.bin/mocha ./test/index.js)
test-ci:
(. ./.env && NODE_DOCUMENT_TEST_AUTH=false && ./node_modules/.bin/mocha ./test/index.js --reporter dot --ignore-leaks)
.PHONY: test