GitHub
02/10/2023, 10:20 AMterm matcher.
for example this regex matcher "/scope_flow/limits/[a-zA-Z 0-9]+(/[a-zA-Z 0-9])? which used in my PATCH requests is not working with Pact version 10
when I use the string matcher, the tests pass.
Software versions
• "@pact-foundation/pact": "^10.4.1",
-"jest-pact": "^0.10.2",
• Node Version: 18
pact-foundation/pact-jsGitHub
03/02/2023, 5:23 AM