diff options
Diffstat (limited to 'std/http/file_server_test.ts')
-rw-r--r-- | std/http/file_server_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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<void> { |