We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301bc51 commit 11180edCopy full SHA for 11180ed
lib/test/http/fetch-timeout.test.ts
@@ -41,7 +41,7 @@ describe("Fetch Proxy Timeout", () => {
41
clearTimeout(timeout);
42
try {
43
expect(err).toBeTruthy();
44
- expect(err.message).toBe("Proxy timeout");
+ expect(err.message).toMatchInlineSnapshot(`"The operation was aborted due to timeout"`);
45
res.statusCode = 504;
46
res.end("Gateway Timeout");
47
resolve();
0 commit comments