diff options
Diffstat (limited to 'cli/tests/072_location_relative_fetch.ts')
-rw-r--r-- | cli/tests/072_location_relative_fetch.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/072_location_relative_fetch.ts b/cli/tests/072_location_relative_fetch.ts new file mode 100644 index 000000000..d4764bf7f --- /dev/null +++ b/cli/tests/072_location_relative_fetch.ts @@ -0,0 +1,2 @@ +const response = await fetch("fetch/hello.txt"); +console.log(await response.text()); |