8 lines
379 B
Markdown
8 lines
379 B
Markdown
# 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/) |