summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorAxetroy <troy450409405@gmail.com>2019-06-18 01:19:57 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-06-17 10:19:56 -0700
commitf430df56195cdb4a1bcc92062e788eec06067111 (patch)
tree95fa8f63ea83821311b3358b6996b02d9ec83a8c /test.ts
parentba180f346030f82ae439abc68902310a8ecf4ca4 (diff)
add encoding/hex module (denoland/deno_std#434)
Original: https://github.com/denoland/deno_std/commit/418cdff25d022e8abfd4423f1535173c2e7c2210
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 c1381cb27..5747be1c5 100755
--- a/test.ts
+++ b/test.ts
@@ -22,6 +22,7 @@ import "./testing/test.ts";
import "./textproto/test.ts";
import "./util/test.ts";
import "./ws/test.ts";
+import "./encoding/test.ts";
import { xrun } from "./prettier/util.ts";
import { red, green } from "./colors/mod.ts";