summaryrefslogtreecommitdiff
path: root/tests/specs/npm/deno_cache/__test__.jsonc
blob: 93b204c03341a92301732babed1d4303d552cd12 (plain)
1
2
3
4
5
6
7
8
{
  "args": "cache --reload npm:chalk npm:mkdirp",
  "output": "deno_cache.out",
  "envs": {
    "NO_COLOR": "1",
    "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
  }
}