eiriksm/raspberry-temp-to-drupal

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
test-cov:
    ./node_modules/.bin/istanbul cover -- ./node_modules/.bin/_mocha -R spec

test:
    npm test

.PHONY: test test-cov