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