outmoded / postmile

Collaborative list making tool written in Node.js
Other
404 stars 53 forks source link

Makefile points to mocha, but mocha is not a dev dep. #56

Closed CodisRedding closed 10 years ago

CodisRedding commented 10 years ago

Same with Vault but 'm guessing this is a global dep?

https://github.com/hueniverse/postmile/blob/master/Makefile#L1-L12

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

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

.PHONY: test test-cov test-cov-html
hueniverse commented 10 years ago

There are no tests to run anyway... but fixed.