Makefile

Summary

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