From 568337f3f43ef050cbbd95995f94e39663530ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 21 Jan 2024 23:47:46 +0100 Subject: fix: remove conditional unstable type-checking from other commands (#21991) It appears I missed this in https://github.com/denoland/deno/pull/21825. --- cli/tests/testdata/check/deno_unstable_not_found/deno.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 cli/tests/testdata/check/deno_unstable_not_found/deno.json (limited to 'cli/tests/testdata/check/deno_unstable_not_found/deno.json') 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"] -} -- cgit v1.2.3