mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
21 lines
438 B
Text
21 lines
438 B
Text
{
|
|
"tests": {
|
|
"uses_deno_no_flags": {
|
|
"args": "task test",
|
|
"output": "task_test.out"
|
|
},
|
|
"uses_npm_flags": {
|
|
"args": "task test_using_npm",
|
|
"output": "task_test_using_npm.out",
|
|
"exitCode": 1
|
|
},
|
|
"npm_run": {
|
|
"args": "task npm_run",
|
|
"output": "task_npm_run.out"
|
|
},
|
|
"npm_run_args": {
|
|
"args": "task npm_run_args",
|
|
"output": "task_npm_run_args.out"
|
|
}
|
|
}
|
|
}
|