Skip to content

Instantly share code, notes, and snippets.

@daithi-coombes
Created January 3, 2014 11:14
Show Gist options
  • Save daithi-coombes/8236358 to your computer and use it in GitHub Desktop.
Save daithi-coombes/8236358 to your computer and use it in GitHub Desktop.
REPORTER = dot
test:
@npm install
@NODE_ENV= ./node_modules/.bin/mocha \
--reporter $(REPORTER) \
--recursive \
--ui bdd \
tests
test-w:
@NODE_ENV=test ./node_modules/.bin/mocha \
--reporter $(REPORTER) \
--growl \
--watch \
tests
.PHONY: test test-w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment