examples/Makefile
2013-12-08 10:26:48 -08:00

8 lines
141 B
Makefile

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