serve-spm
Version:
SPM middleware for debug.
11 lines (7 loc) • 309 B
Plain Text
test:
node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec -t 20000 --require should
coveralls: test
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
debug:
node --harmony $(NODE_DEBUG) ./node_modules/.bin/_mocha -R spec -t 20000 --require should
.PHONY: test