Does my locally run provider app need this path to...
# pact-js
g
Does my locally run provider app need this path to exist?
"path":"/_pactSetup"
In the stateHandler I just want to stub a few things before the request goes through.
m
My guess is your state handler is throwing an error. You don't need to setup that endpoint, no. It's internal
l
@Gawaine O'Gilvie did you ever resolve this problem ?