diff --git a/pact/pact-angular/README.md b/pact/pact-angular/README.md index d37ef30..505bbee 100644 --- a/pact/pact-angular/README.md +++ b/pact/pact-angular/README.md @@ -4,6 +4,9 @@ This example project shows how to setup an Angular application to use [Pact](htt in order to create Pact files from a consumer test and validate the a consumer against the Pact. +## Relevant Blog Post +[Creating a Consumer-Driven Contract with Angular and Pact](https://reflectoring.io/consumer-driven-contracts-with-angular-and-pact/) + ## Key Files * [`user.service.ts`](src/app/user.service.ts): Angular service that calls a REST diff --git a/pact/pact-react-consumer/README.md b/pact/pact-react-consumer/README.md index e69de29..e68222a 100644 --- a/pact/pact-react-consumer/README.md +++ b/pact/pact-react-consumer/README.md @@ -0,0 +1,8 @@ +# React Pact example + +This example project shows how to setup a React application to use [Pact](http://pact.io) +in order to create Pact files from a consumer test and validate the +a consumer against the Pact. + +## Relevant Blog Post +[Step By Step Tutorial for Implementing Consumer-Driven Contracts for a React App with Pact and Jest](https://reflectoring.io/pact-react-consumer/) \ No newline at end of file