diff options
author | Axetroy <troy450409405@gmail.com> | 2019-06-18 01:19:57 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-17 10:19:56 -0700 |
commit | f430df56195cdb4a1bcc92062e788eec06067111 (patch) | |
tree | 95fa8f63ea83821311b3358b6996b02d9ec83a8c /test.ts | |
parent | ba180f346030f82ae439abc68902310a8ecf4ca4 (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-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |