UNPKG

147 BPlain TextView Raw
1.PHONY: test cover
2test:
3 ./node_modules/.bin/mocha
4cover:
5 ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test