From 2e7d449623b7faee8feb0a2970e0d6bb7c66b409 Mon Sep 17 00:00:00 2001 From: geoFlux Date: Mon, 17 Feb 2020 11:59:51 -0500 Subject: feat: add --cert flag for http client (#3972) --- cli/tests/cafile_info.ts.out | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cli/tests/cafile_info.ts.out (limited to 'cli/tests/cafile_info.ts.out') diff --git a/cli/tests/cafile_info.ts.out b/cli/tests/cafile_info.ts.out new file mode 100644 index 000000000..443b92eea --- /dev/null +++ b/cli/tests/cafile_info.ts.out @@ -0,0 +1,14 @@ +local: [WILDCARD]cafile_info.ts +type: TypeScript +compiled: [WILDCARD].js +map: [WILDCARD].js.map +deps: +https://localhost:5545/cli/tests/cafile_info.ts + ├── https://localhost:5545/cli/tests/subdir/mt_text_typescript.t1.ts + ├── https://localhost:5545/cli/tests/subdir/mt_video_vdn.t2.ts + ├── https://localhost:5545/cli/tests/subdir/mt_video_mp2t.t3.ts + ├── https://localhost:5545/cli/tests/subdir/mt_application_x_typescript.t4.ts + ├── https://localhost:5545/cli/tests/subdir/mt_text_javascript.j1.js + ├── https://localhost:5545/cli/tests/subdir/mt_application_ecmascript.j2.js + ├── https://localhost:5545/cli/tests/subdir/mt_text_ecmascript.j3.js + └── https://localhost:5545/cli/tests/subdir/mt_application_x_javascript.j4.js -- cgit v1.2.3