1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/wpt/runner/config.json
Asher Gomez 0022c35a23
chore: move tools/wpt to tests/wpt/runner (#22545)
Towards #22525

---------

Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-03-05 00:41:16 +00:00

11 lines
332 B
JSON

{
"check_subdomains": false,
"ssl": {
"type": "pregenerated",
"pregenerated": {
"ca_cert_path": "../../../tests/wpt/runner/certs/cacert.pem",
"host_cert_path": "../../../tests/wpt/runner/certs/web-platform.test.pem",
"host_key_path": "../../../tests/wpt/runner/certs/web-platform.test.key"
}
}
}