summaryrefslogtreecommitdiff
path: root/tests/specs/cert/cafile_env_fetch/__test__.jsonc
blob: eb18ebca9ac09888d685affe625483f68fb7a376 (plain)
1
2
3
4
5
6
7
8
{
  "envs": {
    "DENO_CERT": "$PWD/RootCA.pem"
  },
  "flaky": true,
  "args": "cache https://localhost:5545/cert/cafile_url_imports.ts",
  "output": "[WILDCARD]"
}