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 /encoding/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 'encoding/test.ts')
-rw-r--r-- | encoding/test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/encoding/test.ts b/encoding/test.ts index e7f779c86..c7a1c9716 100644 --- a/encoding/test.ts +++ b/encoding/test.ts @@ -1,3 +1,4 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +import "./hex_test.ts"; import "./toml_test.ts"; import "./csv_test.ts"; |