In `jest-pact` is there a way to `addInteraction` ...
# pact-js
r
In
jest-pact
is there a way to
addInteraction
that will respond with body as blob data (csv, xlsx or pdf).
It's still v2, I need to update it to v3, and ideally remove or explain that supertest, would normally be the client under test https://github.com/YOU54F/template-jest-pact-typescript/blob/b79ac8ba28f3a2a2b4404596597c852019c474fa/src/pact/client/fileupload.pacttest.ts#L11-L14 and is just used for demo purposes
r
Thanks for the prompt response.