Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3c1c484

Browse files
committedJul 27, 2021
clean up
1 parent a86f3df commit 3c1c484

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎test/unit/proxy.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ import * as nodeFetch from "node-fetch"
44
import * as http from "http"
55
import { HttpCode } from "../../src/common/http"
66
import { proxy } from "../../src/node/proxy"
7-
// import { proxy } from "../../src/node/proxy"
87
import * as httpserver from "../utils/httpserver"
98
import * as integration from "../utils/integration"
10-
// import * as EventEmitter from "events"
119

1210
describe("proxy", () => {
1311
const nhooyrDevServer = new httpserver.HttpServer()

0 commit comments

Comments
 (0)
Please sign in to comment.