1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/lint/with_glob_config/__test__.jsonc

17 lines
314 B
Text
Raw Normal View History

2024-09-16 13:45:25 -04:00
{
"steps": [
{
"if": "windows",
"args": "lint --config deno.glob.json",
"output": "with_glob_config_windows.out",
"exitCode": 1
},
{
"if": "unix",
"args": "lint --config deno.glob.json",
"output": "with_glob_config_unix.out",
"exitCode": 1
}
]
}