mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
22 lines
406 B
Text
22 lines
406 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"tests": {
|
||
|
"basic": {
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "install --entrypoint main.ts second.ts",
|
||
|
"output": "install.out"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"allow_scripts": {
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "install --allow-scripts --node-modules-dir=auto --entrypoint lifecycle.ts",
|
||
|
"output": "lifecycle.out"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|