Skip to content

Instantly share code, notes, and snippets.

@marcusoftnet
Created June 19, 2014 13:01
Show Gist options
  • Save marcusoftnet/93798813e89f9fead741 to your computer and use it in GitHub Desktop.
Save marcusoftnet/93798813e89f9fead741 to your computer and use it in GitHub Desktop.
Makefile test task for Koa and Mocha
BIN = ./node_modules/.bin
.PHONY: test
test:
@$(BIN)/mocha \
--harmony-generators \
-u bdd \
-R dot \
-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment