diff options
Diffstat (limited to 'std')
-rw-r--r-- | std/encoding/testdata/cargo.toml | 1 | ||||
-rw-r--r-- | std/encoding/toml_test.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/std/encoding/testdata/cargo.toml b/std/encoding/testdata/cargo.toml index 667814233..93583edbf 100644 --- a/std/encoding/testdata/cargo.toml +++ b/std/encoding/testdata/cargo.toml @@ -23,6 +23,7 @@ edition = "2018" [dependencies] deno_core = { path = "./core" } +ansi_term = "0.11.0" atty = "0.2.11" dirs = "1.0.5" flatbuffers = "0.5.0" diff --git a/std/encoding/toml_test.ts b/std/encoding/toml_test.ts index 425b8a22c..f1f89b428 100644 --- a/std/encoding/toml_test.ts +++ b/std/encoding/toml_test.ts @@ -260,6 +260,7 @@ Deno.test({ package: { name: "deno", version: "0.3.4", edition: "2018" }, dependencies: { deno_core: { path: "./core" }, + ansi_term: "0.11.0", atty: "0.2.11", dirs: "1.0.5", flatbuffers: "0.5.0", |