1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-19 05:45:09 -05:00
denoland-deno/tests/specs/npm/check_all_local/__test__.jsonc

15 lines
236 B
Text
Raw Normal View History

{
"tests": {
"all": {
"args": "check --all main.ts",
"output": "main_all.out",
"exitCode": 1
},
"local": {
"args": "check main.ts",
"output": "main_local.out",
"exitCode": 1
}
}
}