summaryrefslogtreecommitdiff
path: root/tests/testdata/jsr/registry/@denotest/import-https-url/1.0.0/unanalyzable.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/jsr/registry/@denotest/import-https-url/1.0.0/unanalyzable.ts')
-rw-r--r--tests/testdata/jsr/registry/@denotest/import-https-url/1.0.0/unanalyzable.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/jsr/registry/@denotest/import-https-url/1.0.0/unanalyzable.ts b/tests/testdata/jsr/registry/@denotest/import-https-url/1.0.0/unanalyzable.ts
deleted file mode 100644
index 63001d15f..000000000
--- a/tests/testdata/jsr/registry/@denotest/import-https-url/1.0.0/unanalyzable.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-function nonAnalyzableUrl() {
- return "http://localhost:4545/" + "welcome.ts";
-}
-
-await import(nonAnalyzableUrl());