mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 15:42:18 -05:00
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|