Skip to content

Commit 8b384c6

Browse files
committed
updated README
1 parent c11403d commit 8b384c6

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pact/pact-angular/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This example project shows how to setup an Angular application to use [Pact](htt
44
in order to create Pact files from a consumer test and validate the
55
a consumer against the Pact.
66

7+
## Relevant Blog Post
8+
[Creating a Consumer-Driven Contract with Angular and Pact](https://reflectoring.io/consumer-driven-contracts-with-angular-and-pact/)
9+
710
## Key Files
811

912
* [`user.service.ts`](src/app/user.service.ts): Angular service that calls a REST

pact/pact-react-consumer/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# React Pact example
2+
3+
This example project shows how to setup a React application to use [Pact](http://pact.io)
4+
in order to create Pact files from a consumer test and validate the
5+
a consumer against the Pact.
6+
7+
## Relevant Blog Post
8+
[Step By Step Tutorial for Implementing Consumer-Driven Contracts for a React App with Pact and Jest](https://reflectoring.io/pact-react-consumer/)

0 commit comments

Comments
 (0)