Skip to content

Commit c260c4f

Browse files
chore: rename docs to doc to meet pub validation
1 parent 6a16429 commit c260c4f

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This readme offers an basic introduction to the library. View more documentation
1111

1212
- [Installation](#installation)
1313
- [Basic Usage](#usage)
14-
- [Consumer Documentation](./docs/consumer.md)
14+
- [Consumer Documentation](./doc/consumer.md)
1515

1616
## Need Help
1717

@@ -129,30 +129,30 @@ pact.reset();
129129

130130
| Feature | Supported |
131131
| ---------------------------------------------------------------------- | --------- |
132-
| HTTP Pacts ||
133-
| Asychronous message pacts ||
134-
| Regular expression matching ||
135-
| Type based matching ("like") ||
136-
| Flexible array length ("each like") ||
137-
| Verify a pact that uses the Pact specification v3 format ||
138-
| Pact specification v3 matchers | 🔨 |
139-
| Pact specification v3 generators ||
140-
| Multiple provider states (pact creation) ||
141-
| Multiple provider states (pact verification) ||
142-
| Publish pacts to Pact Broker ||
143-
| Tag consumer version in Pact Broker when publishing pact ||
144-
| Dynamically fetch pacts for provider from Pact Broker for verification ||
145-
| Dynamically fetch pacts for provider with specified tags ||
146-
| Automatically tag consumer/provider with name of git branch ||
147-
| Use 'pacts for verification' Pact Broker API ||
148-
| Pending pacts ||
149-
| WIP pacts ||
150-
| JSON test results output ||
151-
| XML test results output ||
152-
| Markdown test results output ||
153-
| Run a single interaction when verifying a pact ||
154-
| Injecting values from provider state callbacks ||
155-
| Date/Time expressions with generators ||
132+
| HTTP Pacts | |
133+
| Asychronous message pacts | |
134+
| Regular expression matching | |
135+
| Type based matching ("like") | |
136+
| Flexible array length ("each like") | |
137+
| Verify a pact that uses the Pact specification v3 format | |
138+
| Pact specification v3 matchers | 🔨 |
139+
| Pact specification v3 generators | |
140+
| Multiple provider states (pact creation) | |
141+
| Multiple provider states (pact verification) | |
142+
| Publish pacts to Pact Broker | |
143+
| Tag consumer version in Pact Broker when publishing pact | |
144+
| Dynamically fetch pacts for provider from Pact Broker for verification | |
145+
| Dynamically fetch pacts for provider with specified tags | |
146+
| Automatically tag consumer/provider with name of git branch | |
147+
| Use 'pacts for verification' Pact Broker API | |
148+
| Pending pacts | |
149+
| WIP pacts | |
150+
| JSON test results output | |
151+
| XML test results output | |
152+
| Markdown test results output | |
153+
| Run a single interaction when verifying a pact | |
154+
| Injecting values from provider state callbacks | |
155+
| Date/Time expressions with generators | |
156156

157157
- ✅ -- Implemented
158158
- 🔨 -- Partially implemented
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)