From 8b384c602bf76cbd09af52078406a78aae6c1c09 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Thu, 25 Oct 2018 21:10:22 +0200 Subject: [PATCH] updated README --- pact/pact-angular/README.md | 3 +++ pact/pact-react-consumer/README.md | 8 ++++++++ 2 files changed, 11 insertions(+) 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