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