Join Slack
Powered by
hello, did someone encounter following error while...
# pact-js
b
boden winkel
05/17/2024, 2:31 PM
hello, did someone encounter following error while writing consumer testss ? Property 'executeTest' does not exist on type 'PactV4'.ts(2339)
m
Matt (pactflow.io / pact-js / pact-go)
05/18/2024, 12:18 AM
execute test is a method on the builder only available
after
certain functions are called. You’re not assigning the response to
willRespondWith
to
provider
so it’s not available yet. Either do that, or chain the method at the end of
willRespondWith
✅ 1
b
boden winkel
05/21/2024, 1:33 PM
thank you
👍 1
3
Views
Open in Slack
Previous
Next