1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"tests": {
"broadcast_channel": {
"args": "run broadcast_channel.ts",
"exitCode": 1,
"output": "broadcast_channel.out"
},
"cron": {
"args": "run cron.ts",
"exitCode": 1,
"output": "cron.out"
},
"http_wss": {
"args": "run http_wss.ts",
"exitCode": 1,
"output": "http_wss.out"
},
"kv": {
"args": "run kv.ts",
"exitCode": 1,
"output": "kv.out"
},
"temporal": {
"args": "run temporal.ts",
"exitCode": 1,
"output": "temporal.out"
}
}
}
|