diff options
| author | geoFlux <blakejason5@gmail.com> | 2020-02-17 11:59:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-17 11:59:51 -0500 |
| commit | 2e7d449623b7faee8feb0a2970e0d6bb7c66b409 (patch) | |
| tree | 4b3cae1d91709391fcc8facc2d2dca409349f026 /cli/tests/cafile_info.ts.out | |
| parent | 98e585a284f6b8bb568cec52ca3599612b663ef3 (diff) | |
feat: add --cert flag for http client (#3972)
Diffstat (limited to 'cli/tests/cafile_info.ts.out')
| -rw-r--r-- | cli/tests/cafile_info.ts.out | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
