pact-foundation / pact-js-core

Core binaries for pact-js, a Contract Testing Framework. NOTE: If you are looking to do Pact contract testing in node, you almost certainly want pact-js, not pact-node.
https://docs.pact.io
MIT License
150 stars 80 forks source link

feat: support status code matcher via pactffi_response_status_v2 #486

Closed mefellows closed 6 months ago

mefellows commented 6 months ago

Migrates from pactffi_response_status to pactffi_response_status_v2 to allow status code matching. Public interface is preserved to prevent breaking changes to intermediate Pact JS versions.