1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/tests/specs/test/no_files/__test__.jsonc

15 lines
244 B
Text
Raw Normal View History

{
"tests": {
"error": {
"args": "test",
"output": "error.out",
"exitCode": 1
},
"permit_no_files": {
"args": "test --permit-no-files",
"output": "permit_no_files.out",
"exitCode": 0
}
}
}