mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
21 lines
403 B
Text
21 lines
403 B
Text
{
|
|
"tempDir": true,
|
|
"tests": {
|
|
"deno_install": {
|
|
"envs": {
|
|
"DENO_FUTURE": "1"
|
|
},
|
|
"steps": [{
|
|
"args": "install",
|
|
"output": "install.out"
|
|
}, {
|
|
"args": "run -A main.js",
|
|
"output": "main.out"
|
|
}]
|
|
},
|
|
"run_node_modules_dir": {
|
|
"args": "run --node-modules-dir -A --quiet main.js",
|
|
"output": "main.out"
|
|
}
|
|
}
|
|
}
|