summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/node_env_var_allowlist.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/node_env_var_allowlist.ts')
-rw-r--r--cli/tests/testdata/node_env_var_allowlist.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/node_env_var_allowlist.ts b/cli/tests/testdata/node_env_var_allowlist.ts
new file mode 100644
index 000000000..95da38c24
--- /dev/null
+++ b/cli/tests/testdata/node_env_var_allowlist.ts
@@ -0,0 +1,2 @@
+console.log(Deno.env.get("NODE_DEBUG") ?? "ok");
+Deno.env.get("NOT_NODE_DEBUG");