Is there a way to cover a range of expected status...
# pact-js
a
Is there a way to cover a range of expected status code responses? Or can you only expect an exact status code. This would be really useful for all status codes >=400
m
It’s available in the next specification version (4) but Pact JS is yet to expose that matcher: https://github.com/pact-foundation/pact-specification/issues/68
👍 1