summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/cafile_ts_fetch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/cafile_ts_fetch.ts')
-rw-r--r--cli/tests/testdata/cafile_ts_fetch.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/cafile_ts_fetch.ts b/cli/tests/testdata/cafile_ts_fetch.ts
new file mode 100644
index 000000000..03afb6d2f
--- /dev/null
+++ b/cli/tests/testdata/cafile_ts_fetch.ts
@@ -0,0 +1,3 @@
+fetch("https://localhost:5545/cafile_ts_fetch.ts.out")
+ .then((r) => r.text())
+ .then((t) => console.log(t.trimEnd()));