summaryrefslogtreecommitdiff
path: root/tests/specs/npm/deno_run_cowsay_explicit/__test__.jsonc
blob: 1ecce925e87187ade4b5609edb3a0525c6d13849 (plain)
1
2
3
4
5
6
7
8
{
  "args": "run -A --quiet npm:cowsay@1.5.0/cowsay Hello",
  "output": "deno_run_cowsay.out",
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  }
}