1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/tests/specs/task/npm_run/__test__.jsonc
2024-05-23 15:39:48 +00:00

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