0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 13:43:31 -05:00
denoland-deno/tests/specs/bench/no_files/__test__.jsonc

15 lines
227 B
JSON
Raw Normal View History

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