diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-19 12:38:19 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-19 13:18:41 -0500 |
| commit | d63a2e02246c0eb2ee6258b8fc32bbd0f9378567 (patch) | |
| tree | 81b4019b47cc645887d738664578d2b2ff1facd3 /test.ts | |
| parent | a5a48ce84d255c8af57feb4b6a7f7ef607d16ee0 (diff) | |
Revert "Redesign of http server module (denoland/deno_std#188)"
We need to consider the API changes here more carefully.
This reverts commit da188a7d30cbf71317b46015ee63a06437c09aeb.
and commit 8569f15207bdc12c2c8ca81e9d020955be54918b.
Original: https://github.com/denoland/deno_std/commit/57c9176b19bf4f4580466e088c249cbe9b145119
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,8 +1,6 @@ #!/usr/bin/env deno -A // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. - import "benching/test.ts"; -import "util/deferred_test.ts"; import "colors/test.ts"; import "datetime/test.ts"; import "examples/test.ts"; @@ -17,7 +15,6 @@ import "fs/walk_test.ts"; import "io/test.ts"; import "http/server_test.ts"; import "http/file_server_test.ts"; -import "http/readers_test.ts"; import "log/test.ts"; import "media_types/test.ts"; import "multipart/formfile_test.ts"; |
