2024-09-25 14:46:18 -04:00
|
|
|
{
|
2024-11-26 23:53:20 -05:00
|
|
|
"tests": {
|
|
|
|
"cjs_with_deps": {
|
|
|
|
"args": "run --allow-read --allow-env main.js",
|
|
|
|
"output": "main.out"
|
|
|
|
},
|
|
|
|
"cjs_with_deps_node_modules": {
|
|
|
|
"args": "run --allow-read --allow-env --node-modules-dir=auto main.js",
|
|
|
|
"output": "main_node_modules.out"
|
|
|
|
},
|
|
|
|
"cjs_with_deps_info": {
|
|
|
|
"steps": [
|
|
|
|
{
|
|
|
|
"args": "cache main.js",
|
|
|
|
"output": "[WILDCARD]"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"args": "info main.js",
|
|
|
|
"output": "main_info.out"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"cjs_with_deps_info_json": {
|
|
|
|
"steps": [
|
|
|
|
{
|
|
|
|
"args": "cache main.js",
|
|
|
|
"output": "[WILDCARD]"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"args": "info --json main.js",
|
|
|
|
"output": "main_info_json.out"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2024-09-25 14:46:18 -04:00
|
|
|
}
|