1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 01:58:05 -05:00
denoland-deno/tests/specs/doc/html/__test__.jsonc

21 lines
339 B
Text

{
"tempDir": true,
"steps": [
{
"args": [
"doc",
"--html",
"--name=MyLib",
"a.ts",
"b.ts"
],
"output": "Written 23 files to \"./docs/\"\n",
"exitCode": 0
},
{
"args": "run --allow-read check_file.ts",
"output": "",
"exitCode": 0
}
]
}