influentialpublishers/props-check

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
NODE_BIN=./node_modules/.bin

install:
    npm install

test:
    ${NODE_BIN}/istanbul cover ${NODE_BIN}/_mocha test

.PHONY: install test