summaryrefslogtreecommitdiff
path: root/http/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http/test.ts')
-rw-r--r--http/test.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/http/test.ts b/http/test.ts
new file mode 100644
index 000000000..25b8af79f
--- /dev/null
+++ b/http/test.ts
@@ -0,0 +1,3 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+import "./server_test.ts";
+import "./file_server_test.ts";