Skip to content

Commit

Permalink
refactor: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed May 24, 2020
1 parent f426c57 commit bf8ef7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/proxy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const { doRequest } = require("../src/node-conversion");
const AbortController = require("abort-controller");
const http = require("http");
const { readStreamText } = require("../src/node-conversion");
const { runServer } = require("../src/server");
const { Readable } = require("stream");

const DEFAULT_HOSTNAME = "localhost";
Expand Down

0 comments on commit bf8ef7a

Please sign in to comment.