summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/deno_unstable_not_found/deno.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-21 23:47:46 +0100
committerGitHub <noreply@github.com>2024-01-21 22:47:46 +0000
commit568337f3f43ef050cbbd95995f94e39663530ab4 (patch)
tree368f7d0740073f7b33e8da9aeada13bbdd95f595 /cli/tests/testdata/check/deno_unstable_not_found/deno.json
parent35fc6f3ab91a9f9fdecff5072677f12cde295f3a (diff)
fix: remove conditional unstable type-checking from other commands (#21991)
It appears I missed this in https://github.com/denoland/deno/pull/21825.
Diffstat (limited to 'cli/tests/testdata/check/deno_unstable_not_found/deno.json')
-rw-r--r--cli/tests/testdata/check/deno_unstable_not_found/deno.json3
1 files changed, 0 insertions, 3 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
deleted file mode 100644
index d7de05e18..000000000
--- a/cli/tests/testdata/check/deno_unstable_not_found/deno.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "unstable": ["cron", "http", "kv"]
-}