File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This example project shows how to setup an Angular application to use [Pact](htt
44in order to create Pact files from a consumer test and validate the
55a 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
Original file line number Diff line number Diff line change 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/ )
You can’t perform that action at this time.
0 commit comments