summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-08 12:26:20 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-08 12:26:20 -0500
commit0c324a442ef4a296bd925972dfbe3fc94c60b256 (patch)
tree4e325e06de647c9ee7859a47dd6deedb0662d53a /test.ts
parenta628a499fa7794ef421e814ae487635890af1cb3 (diff)
First pass at TextProtoReader.
Original: https://github.com/denoland/deno_std/commit/31ab43b9193a9107d965c991f17992fcee791b33
Diffstat (limited to 'test.ts')
-rw-r--r--test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.ts b/test.ts
index 4e65e4c39..2ee9a820b 100644
--- a/test.ts
+++ b/test.ts
@@ -1,3 +1,4 @@
import "./buffer_test.ts";
import "./bufio_test.ts";
+import "./textproto_test.ts";
// TODO import "./http_test.ts";