1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/task/npm_run/__test__.jsonc

22 lines
438 B
Text
Raw Normal View History

{
"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"
}
}
}