it("returns statusText on Error message", async () => {
        uri.pathname = "/error";
        const fn = async () => fletcher.json(uri.href, { retry: false });

        const expected = `500: Internal Server Error - http://localhost:${port}/error`;