Skip to content

Commit f61a7a4

Browse files
committed
Cleanings
1 parent c71a3b2 commit f61a7a4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ function makeRequest(path = "/", secure = false) {
3939
})
4040
}
4141

42-
let proc
43-
4442
// TESTS
4543
describe("Testing https-localhost", () => {
4644
it("redirect http to https", async function() {
@@ -56,6 +54,5 @@ describe("Testing https-localhost", () => {
5654
await makeRequest("/test/static.html", true)
5755
.then(res => assert(
5856
res.data.toString() === fs.readFileSync("test/static.html").toString()))
59-
if (proc) proc.kill("SIGINT")
6057
})
6158
})

0 commit comments

Comments
 (0)