diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-21 23:47:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-21 22:47:46 +0000 |
| commit | 568337f3f43ef050cbbd95995f94e39663530ab4 (patch) | |
| tree | 368f7d0740073f7b33e8da9aeada13bbdd95f595 /cli/tests/testdata/check/deno_unstable_not_found/deno.json | |
| parent | 35fc6f3ab91a9f9fdecff5072677f12cde295f3a (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.json | 3 |
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"] -} |
