Hey guys has anyone successfully setup pact-js wit...
# pact-js
l
Hey guys has anyone successfully setup pact-js with Deno ?
m
Last I checked I don't think it worked, possibly because of the native extensions
I'd be keen to know how you get on and what changes would be necessary to make it compatible
This was a spike from Yousaf on how to integrate our core engine into Deno. Ive not looked in detail as to how it works and how pact JS might need to be adapted
l
👍 1
When i use the standard pact-js library everything works until it it tries to make request to the setup state handler endpoint
_pactSetup
at which point the request times out
m
Interesting. That's further than I expected. I wonder if it's related to the proxy code in there and if networking differs between Node and Deno