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/install/future_install_global/__test__.jsonc

13 lines
231 B
Text

{
"tempDir": true,
"steps": [
{
"args": "install --global --root ./bins --name deno-test-bin ./pkg/main.js",
"output": "install.out"
},
{
"args": "run -A assert.js",
"output": ""
}
]
}