blob: ca351ee0dfe6a845f3757c4ebe7c0146e61b4a8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"tempDir": true,
"steps": [
{
"args": "install --root ./bins --name deno-test-bin ./main.js",
"output": "install.out"
},
{
"args": "run -A ./assert.js",
"output": ""
}
]
}
|