diff options
Diffstat (limited to 'cli/tests/deno_land_unsafe_ssl.ts')
-rw-r--r-- | cli/tests/deno_land_unsafe_ssl.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/deno_land_unsafe_ssl.ts b/cli/tests/deno_land_unsafe_ssl.ts new file mode 100644 index 000000000..f5e8dcc80 --- /dev/null +++ b/cli/tests/deno_land_unsafe_ssl.ts @@ -0,0 +1,2 @@ +const r = await fetch("https://google.com"); +console.log(r.status); |