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