From 4ac66ec6401ff007193d6fb923dab8ae0839662d Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Mon, 18 Mar 2019 17:49:54 +0100 Subject: Test reorganization (denoland/deno_std#290) Original: https://github.com/denoland/deno_std/commit/0bb040e8d41788c188fa9aad8458dbfba78db4f4 --- http/test.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 http/test.ts (limited to 'http') 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"; -- cgit v1.2.3