wallet-core/node_modules/gulp-stream/Makefile
2016-10-10 03:43:44 +02:00

11 lines
129 B
Makefile

node_modules: package.json
@npm install
test:
@./node_modules/.bin/mocha \
--reporter spec \
--timeout 100
.PHONY: test