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

8 lines
99 B
Makefile

test:
@./node_modules/.bin/mocha \
--require should \
--reporter dot \
--bail
.PHONY: test