1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/cert/cafile_env_fetch/__test__.jsonc
2024-05-03 00:43:12 +00:00

8 lines
167 B
Text

{
"envs": {
"DENO_CERT": "$PWD/RootCA.pem"
},
"flaky": true,
"args": "cache https://localhost:5545/cert/cafile_url_imports.ts",
"output": "[WILDCARD]"
}