Website/node_modules/co-fs/Makefile

11 lines
129 B
Makefile
Raw Normal View History

2015-12-02 18:21:44 -05:00
test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec \
--slow 2s \
--harmony \
--bail
.PHONY: test