mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
89160e7cd8
This reverts commit
17d1c7e444
.
The `Deno.serve` signature update in
https://github.com/denoland/deno/pull/18759 broke the testee server
right after this patch landed on `main`.
26 lines
343 B
JSON
26 lines
343 B
JSON
{
|
|
"outdir": "./reports/servers",
|
|
"servers": [
|
|
{
|
|
"agent": "deno_websocket",
|
|
"url": "ws://localhost:6969"
|
|
}
|
|
],
|
|
"cases": [
|
|
"1.*",
|
|
"2.*",
|
|
"3.*",
|
|
"4.*",
|
|
"5.*",
|
|
"6.*",
|
|
"7.*",
|
|
"9.*",
|
|
"10.*"
|
|
],
|
|
"exclude-cases": [
|
|
"11.*",
|
|
"12.*",
|
|
"13.*"
|
|
],
|
|
"exclude-agent-cases": {}
|
|
}
|