Can the Pact JS mock provider be run in-process, o...
# pact-js
j
Can the Pact JS mock provider be run in-process, or does it require an external process to be launched? I know that it used to be true that the mock provider was out-of-process, but I'm wondering if that's changed.
m
It can't be run separately any more as it's no longer stateful. you're right that it used to be though.