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