mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
13 lines
231 B
Text
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": ""
|
|
}
|
|
]
|
|
}
|