Last active
May 23, 2021 13:06
-
-
Save eduardopc/d31109d4b129084664ff38a95b5740ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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", | |
"up:mock-service": "./node_modules/.bin/json-server ./data/characters.json -p 3378 -w", | |
"test:provider-broker": "jest --runInBand __tests__/contract/provider/provider.spec.js --testTimeout=20000" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment