Website/node_modules/unyield/Makefile

9 lines
117 B
Makefile
Raw Normal View History

2015-12-02 18:21:44 -05:00
test:
@./node_modules/.bin/mocha \
--harmony-generators \
--require co-mocha \
--reporter spec
.PHONY: test