summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-08 22:13:04 -0500
committerGitHub <noreply@github.com>2019-02-08 22:13:04 -0500
commit526497bc29faaf99354ee5d1628e8681d6604736 (patch)
treefb1168018acbc594cc6df0e9e2dc9e9929c01aa0 /tests
parent4c869dc8851527756b774e3ea202529aa2b3ae1e (diff)
Adds deno.noColor (#1716)
Diffstat (limited to 'tests')
-rw-r--r--tests/no_color.js2
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);