1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/tests/specs/check/unstable_suggestion/__test__.jsonc

12 lines
196 B
Text
Raw Normal View History

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