fetch-mock-jest
fetch-mock-jest copied to clipboard
How to ignore FormData?
I have a fetch method in our production code that creates new FormData()
I suspect this is the reason I keep getting Unmatched POST to [url] error.
How do I ignore the body? I've tried matchPartialBody: true in the options, but that does not work.