mirror of
https://github.com/denoland/deno.git
synced 2024-12-12 02:27:46 -05:00
8ea95c34b5
Add basic trace to Deno.serve. Also updates a bit of the testing infra to make it easier to deal with.
20 lines
384 B
Text
20 lines
384 B
Text
{
|
|
"steps": [
|
|
{
|
|
"args": "run -A main.ts basic.ts",
|
|
"output": "basic.out"
|
|
},
|
|
{
|
|
"args": "run -A main.ts natural_exit.ts",
|
|
"output": "natural_exit.out"
|
|
},
|
|
{
|
|
"args": "run -A main.ts deno_dot_exit.ts",
|
|
"output": "deno_dot_exit.out"
|
|
},
|
|
{
|
|
"args": "run -A main.ts uncaught.ts",
|
|
"output": "uncaught.out"
|
|
}
|
|
]
|
|
}
|