diff options
Diffstat (limited to 'http/file_server_test.ts')
-rw-r--r-- | http/file_server_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/file_server_test.ts b/http/file_server_test.ts index 698857dce..cf4b8dcbd 100644 --- a/http/file_server_test.ts +++ b/http/file_server_test.ts @@ -1,5 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { readFile, run } from "deno"; +const { readFile, run } = Deno; import { test, assert, assertEqual } from "../testing/mod.ts"; import { BufReader } from "../io/bufio.ts"; |