summaryrefslogtreecommitdiff
path: root/tests/testdata/run
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run')
-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,
- }),
-);