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/check/unstable_suggestion/__test__.jsonc
2024-03-27 11:58:36 -04:00

11 lines
196 B
Text

{
"steps": [{
"args": "check main.ts",
"output": "main.out",
"exitCode": 1
}, {
"args": "check no_default_lib.ts",
"output": "no_default_lib.out",
"exitCode": 1
}]
}