diff options
Diffstat (limited to 'http/test.ts')
-rw-r--r-- | http/test.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/http/test.ts b/http/test.ts deleted file mode 100644 index 7226ad40f..000000000 --- a/http/test.ts +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import "./cookie_test.ts"; -import "./server_test.ts"; -import "./file_server_test.ts"; -import "./racing_server_test.ts"; |