summaryrefslogtreecommitdiff
path: root/tests/testdata
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2024-02-21 00:17:50 +0000
committerGitHub <noreply@github.com>2024-02-21 00:17:50 +0000
commit77b90f408c4244e8ee2e4b3bd26c441d4a250671 (patch)
tree595945ffb83a3c17313222fe62da3f50000f09cc /tests/testdata
parentca8bc7ece8a37bc49aa3668cb64eada3027305d5 (diff)
Revert "fix(console): support NO_COLOR and colors option in all scena… (#22507)
…rios (#21910)" This reverts commit bd1358efab8ba7339a8e70034315fa7da840292e. This change caused https://github.com/denoland/deno/issues/22496 and https://github.com/denoland/deno/issues/22445
Diffstat (limited to 'tests/testdata')
-rw-r--r--tests/testdata/run/inspect_color_overwrite.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/run/inspect_color_overwrite.ts b/tests/testdata/run/inspect_color_overwrite.ts
deleted file mode 100644
index e1e991d87..000000000
--- a/tests/testdata/run/inspect_color_overwrite.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-console.log(
- Deno[Deno.internal].inspectArgs(["%cfoo%cbar", "", "color: red"], {
- colors: true,
- }),
-);