summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/deno_unstable_not_found/main.ts
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/main.ts
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/main.ts')
-rw-r--r--cli/tests/testdata/check/deno_unstable_not_found/main.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/check/deno_unstable_not_found/main.ts b/cli/tests/testdata/check/deno_unstable_not_found/main.ts
deleted file mode 100644
index 6661bd205..000000000
--- a/cli/tests/testdata/check/deno_unstable_not_found/main.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-Deno.openKv;
-Deno.createHttpClient;