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 ad74f5a commit 3c6e4feCopy full SHA for 3c6e4fe
lib/test/http/fetch-timeout.test.ts
@@ -25,7 +25,7 @@ describe("Fetch Proxy Timeout", () => {
25
servers.proxy = httpProxy
26
.createServer({
27
target: `http://localhost:${ports.http}`,
28
- fetch: fetch, // Enable fetch path
+ fetch: fetch as any, // Enable fetch path
29
proxyTimeout: 500, // 500ms timeout
30
})
31
.listen(ports.proxy);
0 commit comments