Skip to content

Instantly share code, notes, and snippets.

@eduardopc
Created May 3, 2020 22:28
Show Gist options
  • Save eduardopc/b394bad7a3bb898d1273ef85722f8d6c to your computer and use it in GitHub Desktop.
Save eduardopc/b394bad7a3bb898d1273ef85722f8d6c 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=https://beyondtest.pact.dius.com.au/ --broker-token=l99xzrjHJeNUOO3MCacDDQ"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment