UNPKG

jog

Version:

JSON logging & reporting

14 lines (11 loc) 206 B
REPORTER = spec test: @./node_modules/.bin/mocha \ --slow 150 \ --timeout 1s \ --reporter $(REPORTER) \ --require should \ test/jog.js \ test/FileStore.js \ test/RedisStore.js .PHONY: test