diff options
Diffstat (limited to 'test.ts')
| -rw-r--r-- | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import { run } from "deno"; import "./buffer_test.ts"; import "./bufio_test.ts"; +import "./http_test.ts"; import "./textproto_test.ts"; import { runTests, completePromise } from "./file_server_test.ts"; |
