summaryrefslogtreecommitdiff
path: root/tests/testdata/run/072_location_relative_fetch.ts
blob: b2a291693b20715d7a6c2e2a6f2cd75da016f6fd (plain)
1
2
const response = await fetch("run/fetch/hello.txt");
console.log(await response.text());