0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 22:59:41 -04:00
deno/tests/specs/check/instability_fetch/__test__.jsonc
David Sherret 03e4234962
fix(check): remove instability in loading lib files (#28202)
Also reduces memory usage.

Closes #28201
2025-02-20 12:41:58 -05:00

5 lines
97 B
JSON

{
"args": "check main.ts",
"output": "[WILDCARD]",
"exitCode": 0 // should be successful
}