Hello, What does the `provider.verify()` verify ex...
# pact-js
é
Hello, What does the
provider.verify()
verify exactly? Does it uses information from
willRespondWith
? Or simply that the request sent match the
withRequest
info?
t
Yes, it asks the mock if you sent what you said you would
1