UNPKG

node-document-validator-jsv

Version:

Validator adapter `jsv` for `node-document` ODM for Node.js.

10 lines (7 loc) 188 B
test: make test-local test-local: (. ./.env && ./node_modules/.bin/mocha ./test/index.js) test-ci: (. ./.env && ./node_modules/.bin/mocha ./test/index.js --reporter dot) .PHONY: test