summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-05-20 09:17:26 -0400
committerGitHub <noreply@github.com>2019-05-20 09:17:26 -0400
commita295bb0d4255993103b6afe9ffdd2bd4e4c65c95 (patch)
tree48d491488e8ac12e2f666ea360962a494e819884 /test.ts
parent227d92e046220de30195432ed5235ccb19c91fc6 (diff)
Clean up HTTP async iterator code (denoland/deno_std#411)
Original: https://github.com/denoland/deno_std/commit/68faf32f721d2a95c7b1c75661713c8118c077c7
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.ts b/test.ts
index cc921cf9f..221bbc985 100755
--- a/test.ts
+++ b/test.ts
@@ -16,6 +16,7 @@ import "./strings/test.ts";
import "./testing/test.ts";
import "./textproto/test.ts";
import "./toml/test.ts";
+import "./util/test.ts";
import "./ws/test.ts";
import "./testing/main.ts";