1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/init/lib/__test__.jsonc
muddlebee ff5163af05
feat(cli): deno init --lib (#22499)
Closes #22287

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
2024-07-09 21:13:34 -04:00

16 lines
288 B
Text

{
"tempDir": true,
"steps": [{
"args": "init --lib project",
"output": "init.out"
}, {
"cwd": "project",
"args": "test",
"output": "test.out"
}, {
"cwd": "project",
"args": "publish --dry-run",
"output": "dry_publish.out",
"exitCode": 1
}]
}