<#1059 Version 9 regex matcher is not working with...
# pact-js-development
g
#1059 Version 9 regex matcher is not working with version 10 Issue created by SMH110 Hi 👋 I've update to the latest version and currently stuck at fixing the tests that use the
term
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-js