Created
June 19, 2014 13:01
-
-
Save marcusoftnet/93798813e89f9fead741 to your computer and use it in GitHub Desktop.
Makefile test task for Koa and Mocha
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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