examples/Makefile
2013-11-27 21:08:00 -08:00

8 lines
127 B
Makefile

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