pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.58k stars 342 forks source link

chore: allow v3 matchers in message metadata #1183

Closed mefellows closed 4 months ago

mefellows commented 4 months ago

Metadata values always had their matchers stripped off. Once the matchers (integration JSON) were able to be passed in, we needed to update the core (https://github.com/pact-foundation/pact-js-core/pull/493) to use the latest metadata FFI method, which allowed this structure to be passed in.

Fixes #1133 Fixes #745