1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 01:58:05 -05:00
denoland-deno/tests/specs/install/future_install_global/__test__.jsonc

14 lines
231 B
Text
Raw Normal View History

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