nowk/cobbler.js

View on GitHub
Makefile

Summary

Maintainability
Test Coverage

test:
    @NODE_ENV=test ./node_modules/.bin/mocha \
        --reporter spec \
        --bail

.PHONY: test