1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/tests/specs/cert/cafile_env_fetch/__test__.jsonc

9 lines
167 B
Text
Raw Normal View History

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