Hi, we use <ginkgo> testing library to write unit ...
# pact-go
z
Hi, we use ginkgo testing library to write unit tests! Would it be compatible with pact-go?
m
Hmmmm good question. I think it mostly is, but the verification process currently accepts a testing.T type. Does ginkgo wrap that or is it completely separate?
I think we expose the raw variant which could be wrapped by ginkgo otherwise
(or if not, it wouldn't be hard)
z
Thanks for the response! Yep, realised that raw variant is already exposed and that should work out of the box🙂
🙌 1
m
Awesome!