Skip to content

Commit

Permalink
mocha.opts
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 10, 2012
1 parent 73a79d0 commit d533f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ all: jade.min.js runtime.min.js

test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
--require should
--reporter $(REPORTER)

test-cov: lib-cov
JADE_COV=1 $(MAKE) test REPORTER=html-cov > coverage.html
Expand Down
1 change: 1 addition & 0 deletions test/mocha.opts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--require should

0 comments on commit d533f9e

Please sign in to comment.