Hey! Is there a way that I can test protobuf files...
# protobufs
e
Hey! Is there a way that I can test protobuf files that import other proto files? I pass one into the protobuf plugin with
"pact:proto", filepath("proto1.proto)
but inside
proto1.proto
I have
import './proto2.proto'
which also has its own dependency
import './proto3.proto'
. Can I pass multiple proto files in to the protobuf plugin so I can handle multiple imports like this?
m
e
It might be!
I'll try, thanks Matt
This does work!
🎉 1
m
phew! 😉