From 942e67c00b8ebdf6671fc8bb2e6c78c3ad8b3ff8 Mon Sep 17 00:00:00 2001 From: Yusuke Sakurai Date: Thu, 27 Feb 2020 00:48:35 +0900 Subject: refactor(std/http): move io functions to http/io.ts (#4126) --- std/http/file_server_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'std/http/file_server_test.ts') diff --git a/std/http/file_server_test.ts b/std/http/file_server_test.ts index 7c60d5f56..a023aca3d 100644 --- a/std/http/file_server_test.ts +++ b/std/http/file_server_test.ts @@ -3,7 +3,6 @@ import { assert, assertEquals, assertStrContains } from "../testing/asserts.ts"; import { BufReader } from "../io/bufio.ts"; import { TextProtoReader } from "../textproto/mod.ts"; const { test } = Deno; - let fileServer: Deno.Process; async function startFileServer(): Promise { -- cgit v1.2.3