FYI plugins are support in the node js core: <http...
# protobufs
m
FYI plugins are support in the node js core: https://github.com/pact-foundation/pact-js-core/blob/master/test/consumer.integration.spec.ts#L256-L327 (example test using protobufs, using one of the core Plugin protobuf message types to test it out 😛 )
m
Interesting - thanks a lot for the hint. Is it advisable to just start with pact-js-core for now?
m
You could definitely give it a go!
It’s not intended for use outside of Pact JS, but no reason you couldn’t at least try it
I’m in the process of thinking about the API that we would expose to Pact JS, so perhaps after having a play with the core you’ll have some ideas too