diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-09-12 12:04:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 12:04:17 -0400 |
commit | 13991e5995a5bc8a11bcf2bd7d23168a15536c83 (patch) | |
tree | ea5faa83a1ec6fda27a1e6385ea189cefec74ba7 /cli/info.rs | |
parent | 00d62e64bfe880d3a72c13dd6c7a7c3d7312064c (diff) |
refactor: Remove duplicated colors.rs file (#11990)
Diffstat (limited to 'cli/info.rs')
-rw-r--r-- | cli/info.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/info.rs b/cli/info.rs index 7f30d7909..0f062028e 100644 --- a/cli/info.rs +++ b/cli/info.rs @@ -410,7 +410,7 @@ mod test { fn text_module_graph_info_display() { let fixture = get_fixture(); let text = fixture.to_string(); - let actual = colors::strip_ansi_codes(&text); + let actual = test_util::strip_ansi_codes(&text); let expected = r#"local: /cache/deps/https/deno.land/x/a.ts type: TypeScript emit: /cache/emit/https/deno.land/x/a.js |