Skip to content

Instantly share code, notes, and snippets.

@eduardopc
Created April 30, 2020 02:18
Show Gist options
  • Save eduardopc/c6a79367fbf9bbbce25216babfcbaae5 to your computer and use it in GitHub Desktop.
Save eduardopc/c6a79367fbf9bbbce25216babfcbaae5 to your computer and use it in GitHub Desktop.
"scripts": {
"test:consumer": "jest --runInBand __tests__/contract/consumer/consumer.spec.js",
"publish:broker": "node ./__tests__/contract/broker/publish.js",
"publish:pactflow": "pact-broker publish ./pacts --consumer-app-version=1.0.0 --broker-base-url=PACTFLOW_URI --broker-token=PACTFLOW_TOKEN"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment