I need to mock a fetch call, which returns a pdf. Not sure who to do that. I've already tried some stuff like: ``` fetchMocker.mockResponseOnce(await readFile(path)); ```