summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/compile/unstable_features.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/testdata/compile/unstable_features.ts b/cli/tests/testdata/compile/unstable_features.ts
new file mode 100644
index 000000000..819a3d187
--- /dev/null
+++ b/cli/tests/testdata/compile/unstable_features.ts
@@ -0,0 +1,2 @@
+const db = await Deno.openKv();
+console.log(db);