1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/specs/test/no_files/__test__.jsonc
Asher Gomez f6eab6c4bd
BREAKING: remove --allow-none flag (#25337)
Towards #22079

Signed-off-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Luca Casonato <hello@lcas.dev>
2024-09-02 22:06:27 +00:00

14 lines
244 B
Text

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