diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/no_color.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/no_color.js b/tests/no_color.js new file mode 100644 index 000000000..0963c94c4 --- /dev/null +++ b/tests/no_color.js @@ -0,0 +1,2 @@ +import { noColor } from "deno"; +console.log("noColor", noColor); |