summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/045_proxy_client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/045_proxy_client.ts')
-rw-r--r--cli/tests/testdata/run/045_proxy_client.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/run/045_proxy_client.ts b/cli/tests/testdata/run/045_proxy_client.ts
deleted file mode 100644
index 41deae2a5..000000000
--- a/cli/tests/testdata/run/045_proxy_client.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
-const res = await fetch(
- "http://localhost:4545/run/045_mod.ts",
-);
-console.log(`Response http: ${await res.text()}`);