summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/check')
-rw-r--r--cli/tests/testdata/check/deno_unstable_not_found/deno.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/check/deno_unstable_not_found/deno.json b/cli/tests/testdata/check/deno_unstable_not_found/deno.json
new file mode 100644
index 000000000..d7de05e18
--- /dev/null
+++ b/cli/tests/testdata/check/deno_unstable_not_found/deno.json
@@ -0,0 +1,3 @@
+{
+ "unstable": ["cron", "http", "kv"]
+}