blob: d0d7579b87d45bca2d59cfc38532542413b2cda2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"tempDir": true,
"steps": [{
"args": "install",
"output": "[WILDCARD]"
}, {
"args": "run --allow-read main.js",
"output": "4\n1.0.0\n"
}, {
"args": "run --allow-read member/main.js",
"output": "3\n"
}]
}
|