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