examples/Makefile
2015-04-10 11:06:05 +08:00

9 lines
131 B
Makefile

test:
@NODE_ENV=test ./node_modules/.bin/mocha \
--harmony \
--reporter spec \
--require should \
*/test.js
.PHONY: test