couchdb-update-views
Version:
Keep couchdb views up to date
10 lines • 332 B
Plain Text
MOCHA=node_modules/.bin/mocha
REPORTER=spec
test:
$(MOCHA) $(shell find test/ -maxdepth 1 -name "*test.js") --reporter $(REPORTER)
config:
$(MOCHA) test/config-test.js --reporter $(REPORTER)
should-update:
$(MOCHA) test/should-update-test.js --reporter $(REPORTER)
customer:
$(MOCHA) test/customer-test.js --reporter $(REPORTER)