Skip to content

Commit

Permalink
remove mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Jul 17, 2014
1 parent 11956f6 commit b606cd6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Makefile
@@ -1,12 +1,9 @@
REPORTER = dot

test:
@NODE_ENV=test ./node_modules/.bin/mocha --recursive --reporter $(REPORTER) --ignore-leaks --timeout 3000

test-cov:
@NODE_ENV=test ./node_modules/.bin/mocha --require blanket --recursive --ignore-leaks --timeout 3000 -R travis-cov

@node node_modules/lab/bin/lab
test-cov:
@node node_modules/lab/bin/lab -t 100 -m 3000
test-cov-html:
@NODE_ENV=test ./node_modules/.bin/mocha --require blanket --recursive --ignore-leaks --timeout 3000 -R html-cov > coverage.html
@node node_modules/lab/bin/lab -r html -o coverage.html

.PHONY: test test-cov test-cov-html

0 comments on commit b606cd6

Please sign in to comment.