diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-02 20:43:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 00:43:12 +0000 |
| commit | b7945a218ee193f6730b4b459e5ab28d13b1f040 (patch) | |
| tree | 690bc84008a60f3cd13d4dee11df39a8f66c85c7 /tests/specs/cert/localhost_unsafe_ssl/__test__.jsonc | |
| parent | cf0579c7d4b69fcb205fb0d5320e0a00012720ee (diff) | |
chore: move cert itests to spec tests (#23607)
Diffstat (limited to 'tests/specs/cert/localhost_unsafe_ssl/__test__.jsonc')
| -rw-r--r-- | tests/specs/cert/localhost_unsafe_ssl/__test__.jsonc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/cert/localhost_unsafe_ssl/__test__.jsonc b/tests/specs/cert/localhost_unsafe_ssl/__test__.jsonc new file mode 100644 index 000000000..90ca827dc --- /dev/null +++ b/tests/specs/cert/localhost_unsafe_ssl/__test__.jsonc @@ -0,0 +1,5 @@ +{ + "args": "run --quiet --reload --allow-net --unsafely-ignore-certificate-errors=deno.land cafile_url_imports.ts", + "output": "localhost_unsafe_ssl.ts.out", + "exitCode": 1 +} |
