diff options
Diffstat (limited to 'cli/tests/no_color.js')
-rw-r--r-- | cli/tests/no_color.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/no_color.js b/cli/tests/no_color.js new file mode 100644 index 000000000..cea11a52f --- /dev/null +++ b/cli/tests/no_color.js @@ -0,0 +1 @@ +console.log("noColor", Deno.noColor); |