mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 01:29:14 -05:00
143ea4759f
Closes #23036
17 lines
334 B
Text
17 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"
|
|
}
|
|
}
|
|
}
|