csballz/koala-puree

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
all: test
test:
    @NODE_ENV=test DEBUG=* ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot test testApp/test
.PHONY: test