Skip to content

Commit

Permalink
dot reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 9, 2011
1 parent d0d721d commit c96b778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DOCS = docs/*.md DOCS = docs/*.md
HTMLDOCS = $(DOCS:.md=.html) HTMLDOCS = $(DOCS:.md=.html)
TESTS = test/*.js TESTS = test/*.js
REPORTER = list REPORTER = dot


test: test:
@NODE_ENV=test ./node_modules/.bin/mocha \ @NODE_ENV=test ./node_modules/.bin/mocha \
Expand Down

0 comments on commit c96b778

Please sign in to comment.