<@U9UUY3CU9> Hello :slightly_smiling_face: What sh...
# pact-js
c
@Matt (pactflow.io / pact-js / pact-go) Hello 🙂 What should it takes to be able to do contract testing in deno ?? It seems that i can just call the binary in my code, instead of doing
new Verifier(...).verify()
? Is there a proper way to implement a deno version of pact ??
m
I haven't looked at deno for a while
You could call those binaries directly, yes, but we're moving to a rust core via shared libraries . The new v3 pact uses a C++ wrapper but I'm hopeful given deno is rust we'd be able to use rust directly to interface to JS
🙌 1