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