Hello everyone im currently writing a pact test fo...
# pact-js
a
Hello everyone im currently writing a pact test for an endpoint that returns a file i want to download. I can't seem to find a matcher for binary data and adding binary to Matchers.somethinglike() doesnt seem to work. Is the right practice here to just not add a body to the willRespondWith Object?
m
Check out the latest v3 beta
But if you want to do a type match on binary just drop the payload and look at the headers only