Website/node_modules/unyield/Makefile
2015-12-02 18:21:44 -05:00

9 lines
117 B
Makefile

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