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 a86f3df commit 3c1c484Copy full SHA for 3c1c484
test/unit/proxy.test.ts
@@ -4,10 +4,8 @@ import * as nodeFetch from "node-fetch"
4
import * as http from "http"
5
import { HttpCode } from "../../src/common/http"
6
import { proxy } from "../../src/node/proxy"
7
-// import { proxy } from "../../src/node/proxy"
8
import * as httpserver from "../utils/httpserver"
9
import * as integration from "../utils/integration"
10
-// import * as EventEmitter from "events"
11
12
describe("proxy", () => {
13
const nhooyrDevServer = new httpserver.HttpServer()
0 commit comments