Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyals authored Jun 15, 2020
1 parent ac9e1b5 commit 85bfc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Do you set your house on fire to test your smoke alarm? No, you test the contrac

Also you'll see the Pact contract JSON file on `client-api/pacts`.

5. And to validate the generated contract, go to `account-api` and execute `yarn test`, this will run verifier Pact contract and publish the result on Pact Broker. To see, go again to `http://localhost` and you should see something like this:
5. And to validate the generated contract, go to `account-api`, execute `yarn dev:server` (let it run) and execute `yarn test`, this will run verifier Pact contract and publish the result on Pact Broker. To see, go again to `http://localhost` and you should see something like this:

<img src="images/validated-pact-contract.png" alt="new pact contract"/>

Expand Down

0 comments on commit 85bfc86

Please sign in to comment.