Skip to content

Commit 3c6e4fe

Browse files
author
vhess
committed
fix ts error
1 parent ad74f5a commit 3c6e4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test/http/fetch-timeout.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe("Fetch Proxy Timeout", () => {
2525
servers.proxy = httpProxy
2626
.createServer({
2727
target: `http://localhost:${ports.http}`,
28-
fetch: fetch, // Enable fetch path
28+
fetch: fetch as any, // Enable fetch path
2929
proxyTimeout: 500, // 500ms timeout
3030
})
3131
.listen(ports.proxy);

0 commit comments

Comments
 (0)