0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00
denoland-deno/tests/specs/info/import_map/__test__.jsonc
David Sherret afc23fb2e0
chore: fix ci by removing remote server dependent test (#27674)
This was using the lockfile and esm.sh changed breaking the lockfile. We
could pin to a specific esm.sh version, but ideally we shouldn't have
the test suite dependent on remote servers.
2025-01-15 04:06:57 +00:00

5 lines
107 B
JSON

{
"args": "info --allow-import myentry/welcome.ts",
"output": "with_import_map.out",
"exitCode": 0
}