pwaleczek/redis.pubsub

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
test:
    @NODE_ENV=test ./node_modules/.bin/mocha \
        --require should \
        --reporter spec \
        test/spec.*.js

.PHONY: test