Skip to content

Instantly share code, notes, and snippets.

@lennart
Created February 14, 2012 12:08
Show Gist options
  • Save lennart/1826356 to your computer and use it in GitHub Desktop.
Save lennart/1826356 to your computer and use it in GitHub Desktop.
A simple makefile for testing with mocha
test:
@NODE_ENV=test ./node_modules/.bin/mocha
.PHONY: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment