summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/no_color.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/no_color.js b/tests/no_color.js
index 0963c94c4..cea11a52f 100644
--- a/tests/no_color.js
+++ b/tests/no_color.js
@@ -1,2 +1 @@
-import { noColor } from "deno";
-console.log("noColor", noColor);
+console.log("noColor", Deno.noColor);