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