mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
1a6fd38f2f
Ref https://github.com/denoland/deno/pull/25215 Closes https://github.com/denoland/deno/issues/11964
14 lines
313 B
Text
14 lines
313 B
Text
{
|
|
"tests": {
|
|
"env_arg": {
|
|
"args": "run --allow-run=echo env_arg.ts",
|
|
"output": "env_arg.out",
|
|
"exitCode": 1
|
|
},
|
|
"set_with_allow_env": {
|
|
"args": "run --allow-run=echo --allow-env set_with_allow_env.ts",
|
|
"output": "set_with_allow_env.out",
|
|
"exitCode": 1
|
|
}
|
|
}
|
|
}
|