mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
17 lines
267 B
Text
17 lines
267 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"envs": {
|
||
|
"DENO_FUTURE": "1"
|
||
|
},
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "install --global --root ./bins --name deno-test-bin ./main.js",
|
||
|
"output": "install.out"
|
||
|
},
|
||
|
{
|
||
|
"args": "run -A assert.js",
|
||
|
"output": ""
|
||
|
}
|
||
|
]
|
||
|
}
|