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/cache/globbing/__test__.jsonc
Yazan AbdAl-Rahman a7c8bb1596
feat: glob and directory support for deno check and deno cache cli arg paths (#25001)
Closes #24668
Closes #20813

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
2024-08-20 18:38:06 +00:00

5 lines
100 B
Text

{
"args": "cache *.ts",
"output": "Download http://localhost:4545/echo.ts\n",
"exitCode": 0
}