Improved chimp command in README

This commit is contained in:
vjrj 2018-11-18 18:01:38 +01:00
parent 423dbc5ed9
commit c4cb52abaf

View file

@ -33,11 +33,11 @@ TEST_PORT=3000 TEST_WATCH=1 TEST_CLIENT=0 MONGO_URL=mongodb://localhost:27017/fu
# and # and
chimp --watch --ddp=http://localhost:3000 --path=cucumber node_modules/.bin/chimp --watch --ddp=http://localhost:3000 --path=cucumber
# and # and
chimp --ddp=http://localhost:3000 --path=cucumber node_modules/.bin/chimp --ddp=http://localhost:3000 --path=cucumber
``` ```