mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
18 lines
334 B
Text
18 lines
334 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"
|
||
|
}
|
||
|
}
|
||
|
}
|