updated README

This commit is contained in:
Tom Hombergs
2018-10-25 21:10:22 +02:00
parent c11403d8fa
commit 8b384c602b
2 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -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/)