mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
8476bbff9a
Closes #25518
29 lines
567 B
Text
29 lines
567 B
Text
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|