Skip to content

Commit

Permalink
run redis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 28, 2012
1 parent eaa9de2 commit 110490d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -4,11 +4,11 @@ REPORTER = spec
test:
@./node_modules/.bin/mocha \
--slow 150 \
--timeout 500 \
--timeout 1s \
--reporter $(REPORTER) \
--require should \
test/jog.js \
test/FileStore.js \
# test/RedisStore.js
test/RedisStore.js

.PHONY: test

0 comments on commit 110490d

Please sign in to comment.